Shades of Heather #B2BBC3
Tints of Heather #B2BBC3
RGB
CMYK
RGB Variations
Color information
#B2BBC3 (or 0xB2BBC3) is known color: 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
RGB | 178 | 187 | 195 | - |
CMYK | 0.09 | 0.04 | 0 | 0.24 |
HSL | 208.24º | 0.12% | 0.73% | - |
HSV(B) | 208.24º | 0.09% | 0.76% | - |
XYZ | 45.98 | 48.95 | 58.65 | - |
YUV | 185.22 | 133.52 | 122.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 187 | 195 | 0.09 | 0.04 | 0 | 0.24 | 208.24 | 0.12 | 0.73 |
Hex | B2 | BB | C3 | 9 | 4 | 0 | 18 | D0 | C | 49 |
Octal | 262 | 273 | 303 | 11 | 4 | 0 | 30 | 320 | 14 | 111 |
Binary | 10110010 | 10111011 | 11000011 | 1001 | 100 | 0 | 11000 | 11010000 | 1100 | 1001001 |
Color Harmonies of #B2BBC3
Complementary color
Monochromatic Colors of #B2BBC3
Black with #B2BBC3
Text Example
Text Example
White with #B2BBC3
Text Example
Text Example
HTML Codes & Css Web 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>