Shades of Heather #B2BFC9
Tints of Heather #B2BFC9
RGB
CMYK
RGB Variations
Color information
#B2BFC9 (or 0xB2BFC9) is known color: Heather. HEX triplet: B2, BF and C9. RGB value is (178,191,201). Sum of RGB (Red+Green+Blue) = 178+191+201=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 201 - color contains mainly: blue. Hex color #B2BFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFC9 is #4D4036. Grayscale: #BCBCBC. Windows color (decimal): -5062711 or 13221810. OLE color: 13221810.
HSL color Cylindrical-coordinate representation of color #B2BFC9: hue angle of 206.09º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2BFC9 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 191 | 201 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.21 |
| HSL | 206.09º | 0.18% | 0.74% | - |
| HSV(B) | 206.09º | 0.11% | 0.79% | - |
| XYZ | 47.53 | 50.94 | 62.59 | - |
| YUV | 188.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 201 | 0.11 | 0.05 | 0 | 0.21 | 206.09 | 0.18 | 0.74 |
| Hex | B2 | BF | C9 | B | 5 | 0 | 15 | CE | 12 | 4A |
| Octal | 262 | 277 | 311 | 13 | 5 | 0 | 25 | 316 | 22 | 112 |
| Binary | 10110010 | 10111111 | 11001001 | 1011 | 101 | 0 | 10101 | 11001110 | 10010 | 1001010 |
Color Harmonies of #B2BFC9
Complementary color
Monochromatic Colors of #B2BFC9
Black with #B2BFC9
Text Example
Text Example
White with #B2BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFC9; }
p { color: rgb(178,191,201); }
H1.HeaderClassName
{
color: #B2BFC9;
}
.AnyTagClassName
{
color: #B2BFC9;
}
</style>
background-color css
<style>
a { background-color: #B2BFC9; }
a { background-color: rgb(178,191,201); }
div.DivClassName
{
background-color: #B2BFC9;
}
.BgClassName
{
background-color: #B2BFC9;
}
</style>
border-color css
<style>
span { border-color: #B2BFC9; }
span { border-color: rgb(178,191,201); }
td.TdClassName
{
border-color: #B2BFC9;
}
.TagClassName
{
border-color: #B2BFC9;
}
</style>