Color Hex Logo

#bccbd8 Color Hex

#BCCBD8
(188,203,216)
0 Favorites   0 Comments

Color spaces of #bccbd8

RGB 188203216
HSL0.580.260.79
HSV208°13°85°
CMYK 0.130.060.00   0.15
XYZ54.489658.361173.3587
Yxy58.36110.29260.3134
Hunter Lab76.3944-6.3722-3.4578
CIE-Lab80.9391-2.4775-8.1953

#bccbd8 color RGB value is (188,203,216).

#bccbd8 hex color red value is 188, green value is 203 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #bccbd8 hue: 0.58 , saturation: 0.26 and the lightness value of bccbd8 is 0.79.

The process color (four color CMYK) of #bccbd8 color hex is 0.13, 0.06, 0.00, 0.15. Web safe color of #bccbd8 is #cccccc. Color #bccbd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 11011000
Octal 274 313 330
Decimal 188 203 216
Hex BC CB D8

RGB Percentages of Color #bccbd8

%30.97
%33.44
%35.58

CMYK Percentages of Color #bccbd8

%13
%6
%0
%15

Triadic Colors of #bccbd8

#bccbd8 #d8bccb #cbd8bc

Analogous Colors of #bccbd8

#bccbd8 #bcbdd8 #bcd8d7

Monochromatic Colors of #bccbd8

#bccbd8

Complementary Color

#bccbd8 #d8c9bc

#bccbd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccbd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccbd8 Color CSS Codes

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

#bccbd8 Text Font Color

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

This sample text font color is #bccbd8
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.


#bccbd8 Background Color

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

This div background color is #bccbd8


#bccbd8 Border Color

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

This div border color is #bccbd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccbd8


Comments

No comments written yet.

Please login to write comment.