Color Hex Logo

#bccbd1 Color Hex

#BCCBD1
(188,203,209)
0 Favorites   0 Comments

Color spaces of #bccbd1

RGB 188203209
HSL0.550.190.78
HSV197°10°82°
CMYK 0.100.030.00   0.18
XYZ53.603658.006768.6928
Yxy58.00670.29730.3217
Hunter Lab76.1621-7.6538-0.1619
CIE-Lab80.7425-3.8936-4.7353

#bccbd1 color RGB value is (188,203,209).

#bccbd1 hex color red value is 188, green value is 203 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #bccbd1 hue: 0.55 , saturation: 0.19 and the lightness value of bccbd1 is 0.78.

The process color (four color CMYK) of #bccbd1 color hex is 0.10, 0.03, 0.00, 0.18. Web safe color of #bccbd1 is #cccccc. Color #bccbd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 11010001
Octal 274 313 321
Decimal 188 203 209
Hex BC CB D1

RGB Percentages of Color #bccbd1

%31.33
%33.83
%34.83

CMYK Percentages of Color #bccbd1

%10
%3
%0
%18

Triadic Colors of #bccbd1

#bccbd1 #d1bccb #cbd1bc

Analogous Colors of #bccbd1

#bccbd1 #bcc1d1 #bcd1cd

Monochromatic Colors of #bccbd1

#bccbd1

Complementary Color

#bccbd1 #d1c2bc

#bccbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccbd1 Color CSS Codes

.mybgcolor {background-color:#bccbd1; } 
.myforecolor {color:#bccbd1; }
.mybordercolor {border:3px solid #bccbd1; }

#bccbd1 Text Font Color

<p style="color:#bccbd1">Text here</p>

This sample text font color is #bccbd1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bccbd1 Background Color

<div style="background-color:#bccbd1">
Div content here</div>

This div background color is #bccbd1


#bccbd1 Border Color

<div style="border:3px solid #bccbd1">
Div here</div>

This div border color is #bccbd1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,203,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bccbd1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bccbd1;
  -webkit-box-shadow: 1px 1px 3px 2px #bccbd1;
  box-shadow:         1px 1px 3px 2px #bccbd1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,203,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bccbd1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bccbd1;
  -webkit-box-shadow: 1px 1px 3px 2px #bccbd1;
  box-shadow:         1px 1px 3px 2px #bccbd1;">
Div content here</div>

This div box has shadow with color #bccbd1


Comments

No comments written yet.

Please login to write comment.