Shades of Blue Haze #BFBBCE
Tints of Blue Haze #BFBBCE
RGB
CMYK
RGB Variations
Color information
#BFBBCE (or 0xBFBBCE) is known color: Blue Haze. HEX triplet: BF, BB and CE. RGB value is (191,187,206). Sum of RGB (Red+Green+Blue) = 191+187+206=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFBBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBCE is #404431. Grayscale: #BEBEBE. Windows color (decimal): -4211762 or 13548479. OLE color: 13548479.
HSL color Cylindrical-coordinate representation of color #BFBBCE: hue angle of 252.63º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFBBCE is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 187 | 206 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.19 |
| HSL | 252.63º | 0.16% | 0.77% | - |
| HSV(B) | 252.63º | 0.09% | 0.81% | - |
| XYZ | 50.4 | 51.07 | 65.59 | - |
| YUV | 190.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 206 | 0.07 | 0.09 | 0 | 0.19 | 252.63 | 0.16 | 0.77 |
| Hex | BF | BB | CE | 7 | 9 | 0 | 13 | FD | 10 | 4D |
| Octal | 277 | 273 | 316 | 7 | 11 | 0 | 23 | 375 | 20 | 115 |
| Binary | 10111111 | 10111011 | 11001110 | 111 | 1001 | 0 | 10011 | 11111101 | 10000 | 1001101 |
Color Harmonies of #BFBBCE
Complementary color
Monochromatic Colors of #BFBBCE
Black with #BFBBCE
Text Example
Text Example
White with #BFBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBCE; }
p { color: rgb(191,187,206); }
H1.HeaderClassName
{
color: #BFBBCE;
}
.AnyTagClassName
{
color: #BFBBCE;
}
</style>
background-color css
<style>
a { background-color: #BFBBCE; }
a { background-color: rgb(191,187,206); }
div.DivClassName
{
background-color: #BFBBCE;
}
.BgClassName
{
background-color: #BFBBCE;
}
</style>
border-color css
<style>
span { border-color: #BFBBCE; }
span { border-color: rgb(191,187,206); }
td.TdClassName
{
border-color: #BFBBCE;
}
.TagClassName
{
border-color: #BFBBCE;
}
</style>