#BBC4CA

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

Shades of Heather #BBC4CA

Tints of Heather #BBC4CA

Color information

#BBC4CA (or 0xBBC4CA) is unknown color: approx Heather. HEX triplet: BB, C4 and CA. RGB value is (187,196,202). Sum of RGB (Red+Green+Blue) = 187+196+202=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4CA is #443B35. Grayscale: #C1C1C1. Windows color (decimal): -4471606 or 13288635. OLE color: 13288635.

HSL color Cylindrical-coordinate representation of color #BBC4CA: hue angle of 204º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC4CA is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187196202-
CMYK0.070.0300.21
HSL204º12.4%76.27%-
HSV(B)204º7.43%79.22%-
XYZ50.8954.3163.68-
YUV193.99132.52123.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 196 (76.95% from 255) = 33.50%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=31.97%
G=33.50%
B=34.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871962020.070.0300.2120412.476.27
HexBBC4CA73015ccc4c
Octal2733043127302531414114
Binary101110111100010011001010111110101011100110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4CA; }

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

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

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

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

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

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

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

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