Color Hex Logo

#bbcccd Color Hex

#BBCCCD
(187,204,205)
0 Favorites   0 Comments

Color spaces of #bbcccd

RGB 187204205
HSL0.510.150.77
HSV183°80°
CMYK 0.090.000.00   0.20
XYZ53.105858.158366.1843
Yxy58.15830.29930.3277
Hunter Lab76.2616-9.15691.9278
CIE-Lab80.8267-5.5393-2.4762

#bbcccd color RGB value is (187,204,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 11001101
Octal 273 314 315
Decimal 187 204 205
Hex BB CC CD

RGB Percentages of Color #bbcccd

%31.38
%34.23
%34.40

CMYK Percentages of Color #bbcccd

%9
%0
%0
%20

Triadic Colors of #bbcccd

#bbcccd #cdbbcc #cccdbb

Analogous Colors of #bbcccd

#bbcccd #bbc3cd #bbcdc5

Monochromatic Colors of #bbcccd

#bbcccd

Complementary Color

#bbcccd #cdbcbb

#bbcccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcccd Color CSS Codes

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

#bbcccd Text Font Color

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

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


#bbcccd Background Color

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

This div background color is #bbcccd


#bbcccd Border Color

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

This div border color is #bbcccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcccd


Comments

No comments written yet.

Please login to write comment.