Shades of Blue Haze #BFBBCF
Tints of Blue Haze #BFBBCF
RGB
CMYK
RGB Variations
Color information
#BFBBCF (or 0xBFBBCF) is known color: Blue Haze. HEX triplet: BF, BB and CF. RGB value is (191,187,207). Sum of RGB (Red+Green+Blue) = 191+187+207=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFBBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBCF is #404430. Grayscale: #BEBEBE. Windows color (decimal): -4211761 or 13614015. OLE color: 13614015.
HSL color Cylindrical-coordinate representation of color #BFBBCF: hue angle of 252º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFBBCF is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 187 | 207 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.19 |
| HSL | 252º | 0.17% | 0.77% | - |
| HSV(B) | 252º | 0.1% | 0.81% | - |
| XYZ | 50.52 | 51.12 | 66.24 | - |
| YUV | 190.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 207 | 0.08 | 0.10 | 0 | 0.19 | 252 | 0.17 | 0.77 |
| Hex | BF | BB | CF | 8 | A | 0 | 13 | FC | 11 | 4D |
| Octal | 277 | 273 | 317 | 10 | 12 | 0 | 23 | 374 | 21 | 115 |
| Binary | 10111111 | 10111011 | 11001111 | 1000 | 1010 | 0 | 10011 | 11111100 | 10001 | 1001101 |
Color Harmonies of #BFBBCF
Complementary color
Monochromatic Colors of #BFBBCF
Black with #BFBBCF
Text Example
Text Example
White with #BFBBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBCF; }
p { color: rgb(191,187,207); }
H1.HeaderClassName
{
color: #BFBBCF;
}
.AnyTagClassName
{
color: #BFBBCF;
}
</style>
background-color css
<style>
a { background-color: #BFBBCF; }
a { background-color: rgb(191,187,207); }
div.DivClassName
{
background-color: #BFBBCF;
}
.BgClassName
{
background-color: #BFBBCF;
}
</style>
border-color css
<style>
span { border-color: #BFBBCF; }
span { border-color: rgb(191,187,207); }
td.TdClassName
{
border-color: #BFBBCF;
}
.TagClassName
{
border-color: #BFBBCF;
}
</style>