Color Hex Logo

#bcbbd8 Color Hex

#BCBBD8
(188,187,216)
0 Favorites   0 Comments

Color spaces of #bcbbd8

RGB 188187216
HSL0.670.270.79
HSV242°13°85°
CMYK 0.130.130.00   0.15
XYZ50.904051.189972.1635
Yxy51.18990.29210.2938
Hunter Lab71.54711.7909-9.7178
CIE-Lab76.79396.0716-14.3848

#bcbbd8 color RGB value is (188,187,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11011000
Octal 274 273 330
Decimal 188 187 216
Hex BC BB D8

RGB Percentages of Color #bcbbd8

%31.81
%31.64
%36.55

CMYK Percentages of Color #bcbbd8

%13
%13
%0
%15

Triadic Colors of #bcbbd8

#bcbbd8 #d8bcbb #bbd8bc

Analogous Colors of #bcbbd8

#bcbbd8 #cbbbd8 #bbc9d8

Monochromatic Colors of #bcbbd8

#bcbbd8

Complementary Color

#bcbbd8 #d7d8bb

#bcbbd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbd8 Color CSS Codes

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

#bcbbd8 Text Font Color

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

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


#bcbbd8 Background Color

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

This div background color is #bcbbd8


#bcbbd8 Border Color

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

This div border color is #bcbbd8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,187,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 #bcbbd8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbd8


Comments

No comments written yet.

Please login to write comment.