Shades of Blue Haze #BFBDCB
Tints of Blue Haze #BFBDCB
RGB
CMYK
RGB Variations
Color information
#BFBDCB (or 0xBFBDCB) is known color: Blue Haze. HEX triplet: BF, BD and CB. RGB value is (191,189,203). Sum of RGB (Red+Green+Blue) = 191+189+203=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFBDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDCB is #404234. Grayscale: #BFBFBF. Windows color (decimal): -4211253 or 13352383. OLE color: 13352383.
HSL color Cylindrical-coordinate representation of color #BFBDCB: hue angle of 248.57º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFBDCB is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 189 | 203 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.20 |
| HSL | 248.57º | 0.12% | 0.77% | - |
| HSV(B) | 248.57º | 0.07% | 0.8% | - |
| XYZ | 50.46 | 51.78 | 63.84 | - |
| YUV | 191.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 203 | 0.06 | 0.07 | 0 | 0.20 | 248.57 | 0.12 | 0.77 |
| Hex | BF | BD | CB | 6 | 7 | 0 | 14 | F9 | C | 4D |
| Octal | 277 | 275 | 313 | 6 | 7 | 0 | 24 | 371 | 14 | 115 |
| Binary | 10111111 | 10111101 | 11001011 | 110 | 111 | 0 | 10100 | 11111001 | 1100 | 1001101 |
Color Harmonies of #BFBDCB
Complementary color
Monochromatic Colors of #BFBDCB
Black with #BFBDCB
Text Example
Text Example
White with #BFBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDCB; }
p { color: rgb(191,189,203); }
H1.HeaderClassName
{
color: #BFBDCB;
}
.AnyTagClassName
{
color: #BFBDCB;
}
</style>
background-color css
<style>
a { background-color: #BFBDCB; }
a { background-color: rgb(191,189,203); }
div.DivClassName
{
background-color: #BFBDCB;
}
.BgClassName
{
background-color: #BFBDCB;
}
</style>
border-color css
<style>
span { border-color: #BFBDCB; }
span { border-color: rgb(191,189,203); }
td.TdClassName
{
border-color: #BFBDCB;
}
.TagClassName
{
border-color: #BFBDCB;
}
</style>