#B2BBC3

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

Shades of Heather #B2BBC3

Tints of Heather #B2BBC3

Color information

#B2BBC3 (or 0xB2BBC3) is unknown color: approx Heather. HEX triplet: B2, BB and C3. RGB value is (178,187,195). Sum of RGB (Red+Green+Blue) = 178+187+195=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 195 - color contains mainly: blue. Hex color #B2BBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBC3 is #4D443C. Grayscale: #B9B9B9. Windows color (decimal): -5063741 or 12827570. OLE color: 12827570.

HSL color Cylindrical-coordinate representation of color #B2BBC3: hue angle of 208.24º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2BBC3 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB178187195-
CMYK0.090.0400.24
HSL208.24º12.41%73.14%-
HSV(B)208.24º8.72%76.47%-
XYZ45.9848.9558.65-
YUV185.22133.52122.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.79%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 195 (76.56% from 255) = 34.82%
R=31.79%
G=33.39%
B=34.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781871950.090.0400.24208.2412.4173.14
HexB2BBC394018d0c49
Octal26227330311403032014111
Binary10110010101110111100001110011000110001101000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BBC3; }

 p { color: rgb(178,187,195); }

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

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

 a { background-color: rgb(178,187,195); }

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

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

 span { border-color: rgb(178,187,195); }

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