Shades of Blue Haze #BFBBC9
Tints of Blue Haze #BFBBC9
RGB
CMYK
RGB Variations
Color information
#BFBBC9 (or 0xBFBBC9) is known color: Blue Haze. HEX triplet: BF, BB and C9. RGB value is (191,187,201). Sum of RGB (Red+Green+Blue) = 191+187+201=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFBBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBC9 is #404436. Grayscale: #BDBDBD. Windows color (decimal): -4211767 or 13220799. OLE color: 13220799.
HSL color Cylindrical-coordinate representation of color #BFBBC9: hue angle of 257.14º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFBBC9 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 187 | 201 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.21 |
| HSL | 257.14º | 0.11% | 0.76% | - |
| HSV(B) | 257.14º | 0.07% | 0.79% | - |
| XYZ | 49.8 | 50.83 | 62.45 | - |
| YUV | 189.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 201 | 0.05 | 0.07 | 0 | 0.21 | 257.14 | 0.11 | 0.76 |
| Hex | BF | BB | C9 | 5 | 7 | 0 | 15 | 101 | B | 4C |
| Octal | 277 | 273 | 311 | 5 | 7 | 0 | 25 | 401 | 13 | 114 |
| Binary | 10111111 | 10111011 | 11001001 | 101 | 111 | 0 | 10101 | 100000001 | 1011 | 1001100 |
Color Harmonies of #BFBBC9
Complementary color
Monochromatic Colors of #BFBBC9
Black with #BFBBC9
Text Example
Text Example
White with #BFBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBC9; }
p { color: rgb(191,187,201); }
H1.HeaderClassName
{
color: #BFBBC9;
}
.AnyTagClassName
{
color: #BFBBC9;
}
</style>
background-color css
<style>
a { background-color: #BFBBC9; }
a { background-color: rgb(191,187,201); }
div.DivClassName
{
background-color: #BFBBC9;
}
.BgClassName
{
background-color: #BFBBC9;
}
</style>
border-color css
<style>
span { border-color: #BFBBC9; }
span { border-color: rgb(191,187,201); }
td.TdClassName
{
border-color: #BFBBC9;
}
.TagClassName
{
border-color: #BFBBC9;
}
</style>