Shades of Blue Haze #BFBDCD
Tints of Blue Haze #BFBDCD
RGB
CMYK
RGB Variations
Color information
#BFBDCD (or 0xBFBDCD) is known color: Blue Haze. HEX triplet: BF, BD and CD. RGB value is (191,189,205). Sum of RGB (Red+Green+Blue) = 191+189+205=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFBDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDCD is #404232. Grayscale: #BFBFBF. Windows color (decimal): -4211251 or 13483455. OLE color: 13483455.
HSL color Cylindrical-coordinate representation of color #BFBDCD: hue angle of 247.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFBDCD is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 189 | 205 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.20 |
| HSL | 247.5º | 0.14% | 0.77% | - |
| HSV(B) | 247.5º | 0.08% | 0.8% | - |
| XYZ | 50.7 | 51.88 | 65.1 | - |
| YUV | 191.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 205 | 0.07 | 0.08 | 0 | 0.20 | 247.5 | 0.14 | 0.77 |
| Hex | BF | BD | CD | 7 | 8 | 0 | 14 | F8 | E | 4D |
| Octal | 277 | 275 | 315 | 7 | 10 | 0 | 24 | 370 | 16 | 115 |
| Binary | 10111111 | 10111101 | 11001101 | 111 | 1000 | 0 | 10100 | 11111000 | 1110 | 1001101 |
Color Harmonies of #BFBDCD
Complementary color
Monochromatic Colors of #BFBDCD
Black with #BFBDCD
Text Example
Text Example
White with #BFBDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDCD; }
p { color: rgb(191,189,205); }
H1.HeaderClassName
{
color: #BFBDCD;
}
.AnyTagClassName
{
color: #BFBDCD;
}
</style>
background-color css
<style>
a { background-color: #BFBDCD; }
a { background-color: rgb(191,189,205); }
div.DivClassName
{
background-color: #BFBDCD;
}
.BgClassName
{
background-color: #BFBDCD;
}
</style>
border-color css
<style>
span { border-color: #BFBDCD; }
span { border-color: rgb(191,189,205); }
td.TdClassName
{
border-color: #BFBDCD;
}
.TagClassName
{
border-color: #BFBDCD;
}
</style>