Shades of Blue Haze #BFBBD5
Tints of Blue Haze #BFBBD5
RGB
CMYK
RGB Variations
Color information
#BFBBD5 (or 0xBFBBD5) is known color: Blue Haze. HEX triplet: BF, BB and D5. RGB value is (191,187,213). Sum of RGB (Red+Green+Blue) = 191+187+213=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFBBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBD5 is #40442A. Grayscale: #BFBFBF. Windows color (decimal): -4211755 or 14007231. OLE color: 14007231.
HSL color Cylindrical-coordinate representation of color #BFBBD5: hue angle of 249.23º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFBBD5 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 187 | 213 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.16 |
| HSL | 249.23º | 0.24% | 0.78% | - |
| HSV(B) | 249.23º | 0.12% | 0.84% | - |
| XYZ | 51.27 | 51.42 | 70.17 | - |
| YUV | 191.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 213 | 0.10 | 0.12 | 0 | 0.16 | 249.23 | 0.24 | 0.78 |
| Hex | BF | BB | D5 | A | C | 0 | 10 | F9 | 18 | 4E |
| Octal | 277 | 273 | 325 | 12 | 14 | 0 | 20 | 371 | 30 | 116 |
| Binary | 10111111 | 10111011 | 11010101 | 1010 | 1100 | 0 | 10000 | 11111001 | 11000 | 1001110 |
Color Harmonies of #BFBBD5
Complementary color
Monochromatic Colors of #BFBBD5
Black with #BFBBD5
Text Example
Text Example
White with #BFBBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBD5; }
p { color: rgb(191,187,213); }
H1.HeaderClassName
{
color: #BFBBD5;
}
.AnyTagClassName
{
color: #BFBBD5;
}
</style>
background-color css
<style>
a { background-color: #BFBBD5; }
a { background-color: rgb(191,187,213); }
div.DivClassName
{
background-color: #BFBBD5;
}
.BgClassName
{
background-color: #BFBBD5;
}
</style>
border-color css
<style>
span { border-color: #BFBBD5; }
span { border-color: rgb(191,187,213); }
td.TdClassName
{
border-color: #BFBBD5;
}
.TagClassName
{
border-color: #BFBBD5;
}
</style>