Shades of Blue Haze #BFBDD1
Tints of Blue Haze #BFBDD1
RGB
CMYK
RGB Variations
Color information
#BFBDD1 (or 0xBFBDD1) is known color: Blue Haze. HEX triplet: BF, BD and D1. RGB value is (191,189,209). Sum of RGB (Red+Green+Blue) = 191+189+209=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFBDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDD1 is #40422E. Grayscale: #BFBFBF. Windows color (decimal): -4211247 or 13745599. OLE color: 13745599.
HSL color Cylindrical-coordinate representation of color #BFBDD1: hue angle of 246º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFBDD1 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 189 | 209 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.18 |
| HSL | 246º | 0.18% | 0.78% | - |
| HSV(B) | 246º | 0.1% | 0.82% | - |
| XYZ | 51.19 | 52.08 | 67.67 | - |
| YUV | 191.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 209 | 0.09 | 0.10 | 0 | 0.18 | 246 | 0.18 | 0.78 |
| Hex | BF | BD | D1 | 9 | A | 0 | 12 | F6 | 12 | 4E |
| Octal | 277 | 275 | 321 | 11 | 12 | 0 | 22 | 366 | 22 | 116 |
| Binary | 10111111 | 10111101 | 11010001 | 1001 | 1010 | 0 | 10010 | 11110110 | 10010 | 1001110 |
Color Harmonies of #BFBDD1
Complementary color
Monochromatic Colors of #BFBDD1
Black with #BFBDD1
Text Example
Text Example
White with #BFBDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDD1; }
p { color: rgb(191,189,209); }
H1.HeaderClassName
{
color: #BFBDD1;
}
.AnyTagClassName
{
color: #BFBDD1;
}
</style>
background-color css
<style>
a { background-color: #BFBDD1; }
a { background-color: rgb(191,189,209); }
div.DivClassName
{
background-color: #BFBDD1;
}
.BgClassName
{
background-color: #BFBDD1;
}
</style>
border-color css
<style>
span { border-color: #BFBDD1; }
span { border-color: rgb(191,189,209); }
td.TdClassName
{
border-color: #BFBDD1;
}
.TagClassName
{
border-color: #BFBDD1;
}
</style>