Shades of Blue Haze #BFBBCD
Tints of Blue Haze #BFBBCD
RGB
CMYK
RGB Variations
Color information
#BFBBCD (or 0xBFBBCD) is known color: Blue Haze. HEX triplet: BF, BB and CD. RGB value is (191,187,205). Sum of RGB (Red+Green+Blue) = 191+187+205=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFBBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBCD is #404432. Grayscale: #BEBEBE. Windows color (decimal): -4211763 or 13482943. OLE color: 13482943.
HSL color Cylindrical-coordinate representation of color #BFBBCD: hue angle of 253.33º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFBBCD is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 191 | 187 | 205 | - |
CMYK | 0.07 | 0.09 | 0 | 0.20 |
HSL | 253.33º | 0.15% | 0.77% | - |
HSV(B) | 253.33º | 0.09% | 0.8% | - |
XYZ | 50.28 | 51.02 | 64.96 | - |
YUV | 190.25 | 136.33 | 128.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 187 | 205 | 0.07 | 0.09 | 0 | 0.20 | 253.33 | 0.15 | 0.77 |
Hex | BF | BB | CD | 7 | 9 | 0 | 14 | FD | F | 4D |
Octal | 277 | 273 | 315 | 7 | 11 | 0 | 24 | 375 | 17 | 115 |
Binary | 10111111 | 10111011 | 11001101 | 111 | 1001 | 0 | 10100 | 11111101 | 1111 | 1001101 |
Color Harmonies of #BFBBCD
Complementary color
Monochromatic Colors of #BFBBCD
Black with #BFBBCD
Text Example
Text Example
White with #BFBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBCD; }
p { color: rgb(191,187,205); }
H1.HeaderClassName
{
color: #BFBBCD;
}
.AnyTagClassName
{
color: #BFBBCD;
}
</style>
background-color css
<style>
a { background-color: #BFBBCD; }
a { background-color: rgb(191,187,205); }
div.DivClassName
{
background-color: #BFBBCD;
}
.BgClassName
{
background-color: #BFBBCD;
}
</style>
border-color css
<style>
span { border-color: #BFBBCD; }
span { border-color: rgb(191,187,205); }
td.TdClassName
{
border-color: #BFBBCD;
}
.TagClassName
{
border-color: #BFBBCD;
}
</style>