Shades of Heather #B9BFC1
Tints of Heather #B9BFC1
RGB
CMYK
RGB Variations
Color information
#B9BFC1 (or 0xB9BFC1) is known color: Heather. HEX triplet: B9, BF and C1. RGB value is (185,191,193). Sum of RGB (Red+Green+Blue) = 185+191+193=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 193 - color contains mainly: blue. Hex color #B9BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFC1 is #46403E. Grayscale: #BDBDBD. Windows color (decimal): -4603967 or 12697529. OLE color: 12697529.
HSL color Cylindrical-coordinate representation of color #B9BFC1: hue angle of 195º degrees, saturation: 0.06, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B9BFC1 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 191 | 193 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.24 |
| HSL | 195º | 0.06% | 0.74% | - |
| HSV(B) | 195º | 0.04% | 0.76% | - |
| XYZ | 48.26 | 51.43 | 57.83 | - |
| YUV | 189.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 191 | 193 | 0.04 | 0.01 | 0 | 0.24 | 195 | 0.06 | 0.74 |
| Hex | B9 | BF | C1 | 4 | 1 | 0 | 18 | C3 | 6 | 4A |
| Octal | 271 | 277 | 301 | 4 | 1 | 0 | 30 | 303 | 6 | 112 |
| Binary | 10111001 | 10111111 | 11000001 | 100 | 1 | 0 | 11000 | 11000011 | 110 | 1001010 |
Color Harmonies of #B9BFC1
Complementary color
Monochromatic Colors of #B9BFC1
Black with #B9BFC1
Text Example
Text Example
White with #B9BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BFC1; }
p { color: rgb(185,191,193); }
H1.HeaderClassName
{
color: #B9BFC1;
}
.AnyTagClassName
{
color: #B9BFC1;
}
</style>
background-color css
<style>
a { background-color: #B9BFC1; }
a { background-color: rgb(185,191,193); }
div.DivClassName
{
background-color: #B9BFC1;
}
.BgClassName
{
background-color: #B9BFC1;
}
</style>
border-color css
<style>
span { border-color: #B9BFC1; }
span { border-color: rgb(185,191,193); }
td.TdClassName
{
border-color: #B9BFC1;
}
.TagClassName
{
border-color: #B9BFC1;
}
</style>