Color Hex Logo

#bbcccf Color Hex

#BBCCCF
(187,204,207)
0 Favorites   0 Comments

Color spaces of #bbcccf

RGB 187204207
HSL0.530.170.77
HSV189°10°81°
CMYK 0.100.010.00   0.19
XYZ53.348958.255567.4641
Yxy58.25550.29790.3253
Hunter Lab76.3253-8.80361.0211
CIE-Lab80.8806-5.1443-3.4683

#bbcccf color RGB value is (187,204,207).

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

The process color (four color CMYK) of #bbcccf color hex is 0.10, 0.01, 0.00, 0.19. Web safe color of #bbcccf is #cccccc. Color #bbcccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 11001111
Octal 273 314 317
Decimal 187 204 207
Hex BB CC CF

RGB Percentages of Color #bbcccf

%31.27
%34.11
%34.62

CMYK Percentages of Color #bbcccf

%10
%1
%0
%19

Triadic Colors of #bbcccf

#bbcccf #cfbbcc #cccfbb

Analogous Colors of #bbcccf

#bbcccf #bbc2cf #bbcfc8

Monochromatic Colors of #bbcccf

#bbcccf

Complementary Color

#bbcccf #cfbebb

#bbcccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcccf Color CSS Codes

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

#bbcccf Text Font Color

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

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


#bbcccf Background Color

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

This div background color is #bbcccf


#bbcccf Border Color

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

This div border color is #bbcccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcccf


Comments

No comments written yet.

Please login to write comment.