Color Hex Logo

#bbcacc Color Hex

#BBCACC
(187,202,204)
0 Favorites   0 Comments

Color spaces of #bbcacc

RGB 187202204
HSL0.520.140.77
HSV187°80°
CMYK 0.080.010.00   0.20
XYZ52.513157.165565.3930
Yxy57.16550.30000.3265
Hunter Lab75.6079-8.33741.6458
CIE-Lab80.2726-4.6886-2.7537

#bbcacc color RGB value is (187,202,204).

#bbcacc hex color red value is 187, green value is 202 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bbcacc hue: 0.52 , saturation: 0.14 and the lightness value of bbcacc is 0.77.

The process color (four color CMYK) of #bbcacc color hex is 0.08, 0.01, 0.00, 0.20. Web safe color of #bbcacc is #cccccc. Color #bbcacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001010 11001100
Octal 273 312 314
Decimal 187 202 204
Hex BB CA CC

RGB Percentages of Color #bbcacc

%31.53
%34.06
%34.40

CMYK Percentages of Color #bbcacc

%8
%1
%0
%20

Triadic Colors of #bbcacc

#bbcacc #ccbbca #caccbb

Analogous Colors of #bbcacc

#bbcacc #bbc2cc #bbccc6

Monochromatic Colors of #bbcacc

#bbcacc

Complementary Color

#bbcacc #ccbdbb

#bbcacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcacc Color CSS Codes

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

#bbcacc Text Font Color

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

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


#bbcacc Background Color

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

This div background color is #bbcacc


#bbcacc Border Color

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

This div border color is #bbcacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,202,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcacc

#bbcacc Color Palettes


Comments

No comments written yet.

Please login to write comment.