Shades of Heather #B2B9BC
Tints of Heather #B2B9BC
RGB
CMYK
RGB Variations
Color information
#B2B9BC (or 0xB2B9BC) is known color: Heather. HEX triplet: B2, B9 and BC. RGB value is (178,185,188). Sum of RGB (Red+Green+Blue) = 178+185+188=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 188 - color contains mainly: blue. Hex color #B2B9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B9BC is #4D4643. Grayscale: #B7B7B7. Windows color (decimal): -5064260 or 12368306. OLE color: 12368306.
HSL color Cylindrical-coordinate representation of color #B2B9BC: hue angle of 198º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2B9BC is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 178 | 185 | 188 | - |
CMYK | 0.05 | 0.02 | 0 | 0.26 |
HSL | 198º | 0.07% | 0.72% | - |
HSV(B) | 198º | 0.05% | 0.74% | - |
XYZ | 44.79 | 47.79 | 54.44 | - |
YUV | 183.25 | 130.68 | 124.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 185 | 188 | 0.05 | 0.02 | 0 | 0.26 | 198 | 0.07 | 0.72 |
Hex | B2 | B9 | BC | 5 | 2 | 0 | 1A | C6 | 7 | 48 |
Octal | 262 | 271 | 274 | 5 | 2 | 0 | 32 | 306 | 7 | 110 |
Binary | 10110010 | 10111001 | 10111100 | 101 | 10 | 0 | 11010 | 11000110 | 111 | 1001000 |
Color Harmonies of #B2B9BC
Complementary color
Monochromatic Colors of #B2B9BC
Black with #B2B9BC
Text Example
Text Example
White with #B2B9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B9BC; }
p { color: rgb(178,185,188); }
H1.HeaderClassName
{
color: #B2B9BC;
}
.AnyTagClassName
{
color: #B2B9BC;
}
</style>
background-color css
<style>
a { background-color: #B2B9BC; }
a { background-color: rgb(178,185,188); }
div.DivClassName
{
background-color: #B2B9BC;
}
.BgClassName
{
background-color: #B2B9BC;
}
</style>
border-color css
<style>
span { border-color: #B2B9BC; }
span { border-color: rgb(178,185,188); }
td.TdClassName
{
border-color: #B2B9BC;
}
.TagClassName
{
border-color: #B2B9BC;
}
</style>