Shades of Blue Haze #BFBBD0
Tints of Blue Haze #BFBBD0
RGB
CMYK
RGB Variations
Color information
#BFBBD0 (or 0xBFBBD0) is known color: Blue Haze. HEX triplet: BF, BB and D0. RGB value is (191,187,208). Sum of RGB (Red+Green+Blue) = 191+187+208=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFBBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBD0 is #40442F. Grayscale: #BEBEBE. Windows color (decimal): -4211760 or 13679551. OLE color: 13679551.
HSL color Cylindrical-coordinate representation of color #BFBBD0: hue angle of 251.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFBBD0 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 187 | 208 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.18 |
| HSL | 251.43º | 0.18% | 0.77% | - |
| HSV(B) | 251.43º | 0.1% | 0.82% | - |
| XYZ | 50.64 | 51.17 | 66.88 | - |
| YUV | 190.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 208 | 0.08 | 0.10 | 0 | 0.18 | 251.43 | 0.18 | 0.77 |
| Hex | BF | BB | D0 | 8 | A | 0 | 12 | FB | 12 | 4D |
| Octal | 277 | 273 | 320 | 10 | 12 | 0 | 22 | 373 | 22 | 115 |
| Binary | 10111111 | 10111011 | 11010000 | 1000 | 1010 | 0 | 10010 | 11111011 | 10010 | 1001101 |
Color Harmonies of #BFBBD0
Complementary color
Monochromatic Colors of #BFBBD0
Black with #BFBBD0
Text Example
Text Example
White with #BFBBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBD0; }
p { color: rgb(191,187,208); }
H1.HeaderClassName
{
color: #BFBBD0;
}
.AnyTagClassName
{
color: #BFBBD0;
}
</style>
background-color css
<style>
a { background-color: #BFBBD0; }
a { background-color: rgb(191,187,208); }
div.DivClassName
{
background-color: #BFBBD0;
}
.BgClassName
{
background-color: #BFBBD0;
}
</style>
border-color css
<style>
span { border-color: #BFBBD0; }
span { border-color: rgb(191,187,208); }
td.TdClassName
{
border-color: #BFBBD0;
}
.TagClassName
{
border-color: #BFBBD0;
}
</style>