#BBCAD0

Color #BBCAD0 Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #BBCAD0

Tints of Heather #BBCAD0

Color information

#BBCAD0 (or 0xBBCAD0) is unknown color: approx Heather. HEX triplet: BB, CA and D0. RGB value is (187,202,208). Sum of RGB (Red+Green+Blue) = 187+202+208=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBCAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAD0 is #44352F. Grayscale: #C6C6C6. Windows color (decimal): -4470064 or 13683387. OLE color: 13683387.

HSL color Cylindrical-coordinate representation of color #BBCAD0: hue angle of 197.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCAD0 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187202208-
CMYK0.100.0300.18
HSL197.14º18.26%77.45%-
HSV(B)197.14º10.1%81.57%-
XYZ5357.3667.95-
YUV198.2133.53120.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 208 (81.64% from 255) = 34.84%
R=31.32%
G=33.84%
B=34.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872022080.100.0300.18197.1418.2677.45
HexBBCAD0A3012c5124d
Octal27331232012302230522115
Binary10111011110010101101000010101101001011000101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAD0; }

 p { color: rgb(187,202,208); }

 H1.HeaderClassName
 {
   color: #BBCAD0;
 }
 .AnyTagClassName
 {
   color: #BBCAD0;
 }
</style>
background-color css

<style>
 a { background-color: #BBCAD0; }

 a { background-color: rgb(187,202,208); }

 div.DivClassName
 {
   background-color: #BBCAD0;
 }
 .BgClassName
 {
   background-color: #BBCAD0;
 }
</style>
border-color css

<style>
 span { border-color: #BBCAD0; }

 span { border-color: rgb(187,202,208); }

 td.TdClassName
 {
   border-color: #BBCAD0;
 }
 .TagClassName
 {
   border-color: #BBCAD0;
 }
</style>