#B2BBC4

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

Shades of Heather #B2BBC4

Tints of Heather #B2BBC4

Color information

#B2BBC4 (or 0xB2BBC4) is unknown color: approx Heather. HEX triplet: B2, BB and C4. RGB value is (178,187,196). Sum of RGB (Red+Green+Blue) = 178+187+196=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 196 - color contains mainly: blue. Hex color #B2BBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBC4 is #4D443B. Grayscale: #B9B9B9. Windows color (decimal): -5063740 or 12893106. OLE color: 12893106.

HSL color Cylindrical-coordinate representation of color #B2BBC4: hue angle of 210º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2BBC4 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB178187196-
CMYK0.090.0500.23
HSL210º13.24%73.33%-
HSV(B)210º9.18%76.86%-
XYZ46.0948.9959.25-
YUV185.33134.02122.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.73%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=31.73%
G=33.33%
B=34.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781871960.090.0500.2321013.2473.33
HexB2BBC495017d2d49
Octal26227330411502732215111
Binary10110010101110111100010010011010101111101001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BBC4; }

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

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

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

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

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

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

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

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