Shades of Heather #B9BFC2
Tints of Heather #B9BFC2
RGB
CMYK
RGB Variations
Color information
#B9BFC2 (or 0xB9BFC2) is known color: Heather. HEX triplet: B9, BF and C2. RGB value is (185,191,194). Sum of RGB (Red+Green+Blue) = 185+191+194=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9BFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFC2 is #46403D. Grayscale: #BDBDBD. Windows color (decimal): -4603966 or 12763065. OLE color: 12763065.
HSL color Cylindrical-coordinate representation of color #B9BFC2: hue angle of 200º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9BFC2 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 191 | 194 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.24 |
| HSL | 200º | 0.07% | 0.74% | - |
| HSV(B) | 200º | 0.05% | 0.76% | - |
| XYZ | 48.38 | 51.47 | 58.42 | - |
| YUV | 189.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 191 | 194 | 0.05 | 0.02 | 0 | 0.24 | 200 | 0.07 | 0.74 |
| Hex | B9 | BF | C2 | 5 | 2 | 0 | 18 | C8 | 7 | 4A |
| Octal | 271 | 277 | 302 | 5 | 2 | 0 | 30 | 310 | 7 | 112 |
| Binary | 10111001 | 10111111 | 11000010 | 101 | 10 | 0 | 11000 | 11001000 | 111 | 1001010 |
Color Harmonies of #B9BFC2
Complementary color
Monochromatic Colors of #B9BFC2
Black with #B9BFC2
Text Example
Text Example
White with #B9BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BFC2; }
p { color: rgb(185,191,194); }
H1.HeaderClassName
{
color: #B9BFC2;
}
.AnyTagClassName
{
color: #B9BFC2;
}
</style>
background-color css
<style>
a { background-color: #B9BFC2; }
a { background-color: rgb(185,191,194); }
div.DivClassName
{
background-color: #B9BFC2;
}
.BgClassName
{
background-color: #B9BFC2;
}
</style>
border-color css
<style>
span { border-color: #B9BFC2; }
span { border-color: rgb(185,191,194); }
td.TdClassName
{
border-color: #B9BFC2;
}
.TagClassName
{
border-color: #B9BFC2;
}
</style>