#BBC6CA

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

Shades of Heather #BBC6CA

Tints of Heather #BBC6CA

Color information

#BBC6CA (or 0xBBC6CA) is unknown color: approx Heather. HEX triplet: BB, C6 and CA. RGB value is (187,198,202). Sum of RGB (Red+Green+Blue) = 187+198+202=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBC6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6CA is #443935. Grayscale: #C3C3C3. Windows color (decimal): -4471094 or 13289147. OLE color: 13289147.

HSL color Cylindrical-coordinate representation of color #BBC6CA: hue angle of 196º 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 #BBC6CA is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187198202-
CMYK0.070.0200.21
HSL196º12.4%76.27%-
HSV(B)196º7.43%79.22%-
XYZ51.3555.2263.83-
YUV195.17131.86122.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 198 (77.73% from 255) = 33.73%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=31.86%
G=33.73%
B=34.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871982020.070.0200.2119612.476.27
HexBBC6CA72015c4c4c
Octal2733063127202530414114
Binary101110111100011011001010111100101011100010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC6CA; }

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

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

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

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

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

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

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

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