Shades of Blue Haze #BFBBD1
Tints of Blue Haze #BFBBD1
RGB
CMYK
RGB Variations
Color information
#BFBBD1 (or 0xBFBBD1) is known color: Blue Haze. HEX triplet: BF, BB and D1. RGB value is (191,187,209). Sum of RGB (Red+Green+Blue) = 191+187+209=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFBBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBD1 is #40442E. Grayscale: #BEBEBE. Windows color (decimal): -4211759 or 13745087. OLE color: 13745087.
HSL color Cylindrical-coordinate representation of color #BFBBD1: hue angle of 250.91º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFBBD1 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 187 | 209 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.18 |
| HSL | 250.91º | 0.19% | 0.78% | - |
| HSV(B) | 250.91º | 0.11% | 0.82% | - |
| XYZ | 50.76 | 51.22 | 67.53 | - |
| YUV | 190.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 209 | 0.09 | 0.11 | 0 | 0.18 | 250.91 | 0.19 | 0.78 |
| Hex | BF | BB | D1 | 9 | B | 0 | 12 | FB | 13 | 4E |
| Octal | 277 | 273 | 321 | 11 | 13 | 0 | 22 | 373 | 23 | 116 |
| Binary | 10111111 | 10111011 | 11010001 | 1001 | 1011 | 0 | 10010 | 11111011 | 10011 | 1001110 |
Color Harmonies of #BFBBD1
Complementary color
Monochromatic Colors of #BFBBD1
Black with #BFBBD1
Text Example
Text Example
White with #BFBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBD1; }
p { color: rgb(191,187,209); }
H1.HeaderClassName
{
color: #BFBBD1;
}
.AnyTagClassName
{
color: #BFBBD1;
}
</style>
background-color css
<style>
a { background-color: #BFBBD1; }
a { background-color: rgb(191,187,209); }
div.DivClassName
{
background-color: #BFBBD1;
}
.BgClassName
{
background-color: #BFBBD1;
}
</style>
border-color css
<style>
span { border-color: #BFBBD1; }
span { border-color: rgb(191,187,209); }
td.TdClassName
{
border-color: #BFBBD1;
}
.TagClassName
{
border-color: #BFBBD1;
}
</style>