Shades of Blue Haze #BFBDD0
Tints of Blue Haze #BFBDD0
RGB
CMYK
RGB Variations
Color information
#BFBDD0 (or 0xBFBDD0) is known color: Blue Haze. HEX triplet: BF, BD and D0. RGB value is (191,189,208). Sum of RGB (Red+Green+Blue) = 191+189+208=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFBDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDD0 is #40422F. Grayscale: #BFBFBF. Windows color (decimal): -4211248 or 13680063. OLE color: 13680063.
HSL color Cylindrical-coordinate representation of color #BFBDD0: hue angle of 246.32º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFBDD0 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 189 | 208 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.18 |
| HSL | 246.32º | 0.17% | 0.78% | - |
| HSV(B) | 246.32º | 0.09% | 0.82% | - |
| XYZ | 51.07 | 52.03 | 67.02 | - |
| YUV | 191.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 208 | 0.08 | 0.09 | 0 | 0.18 | 246.32 | 0.17 | 0.78 |
| Hex | BF | BD | D0 | 8 | 9 | 0 | 12 | F6 | 11 | 4E |
| Octal | 277 | 275 | 320 | 10 | 11 | 0 | 22 | 366 | 21 | 116 |
| Binary | 10111111 | 10111101 | 11010000 | 1000 | 1001 | 0 | 10010 | 11110110 | 10001 | 1001110 |
Color Harmonies of #BFBDD0
Complementary color
Monochromatic Colors of #BFBDD0
Black with #BFBDD0
Text Example
Text Example
White with #BFBDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDD0; }
p { color: rgb(191,189,208); }
H1.HeaderClassName
{
color: #BFBDD0;
}
.AnyTagClassName
{
color: #BFBDD0;
}
</style>
background-color css
<style>
a { background-color: #BFBDD0; }
a { background-color: rgb(191,189,208); }
div.DivClassName
{
background-color: #BFBDD0;
}
.BgClassName
{
background-color: #BFBDD0;
}
</style>
border-color css
<style>
span { border-color: #BFBDD0; }
span { border-color: rgb(191,189,208); }
td.TdClassName
{
border-color: #BFBDD0;
}
.TagClassName
{
border-color: #BFBDD0;
}
</style>