Shades of Blue Haze #BDB8D3
Tints of Blue Haze #BDB8D3
RGB
CMYK
RGB Variations
Color information
#BDB8D3 (or 0xBDB8D3) is known color: Blue Haze. HEX triplet: BD, B8 and D3. RGB value is (189,184,211). Sum of RGB (Red+Green+Blue) = 189+184+211=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDB8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8D3 is #42472C. Grayscale: #BCBCBC. Windows color (decimal): -4343597 or 13875389. OLE color: 13875389.
HSL color Cylindrical-coordinate representation of color #BDB8D3: hue angle of 251.11º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDB8D3 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 184 | 211 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.17 |
| HSL | 251.11º | 0.23% | 0.77% | - |
| HSV(B) | 251.11º | 0.13% | 0.83% | - |
| XYZ | 49.88 | 49.8 | 68.61 | - |
| YUV | 188.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 211 | 0.10 | 0.13 | 0 | 0.17 | 251.11 | 0.23 | 0.77 |
| Hex | BD | B8 | D3 | A | D | 0 | 11 | FB | 17 | 4D |
| Octal | 275 | 270 | 323 | 12 | 15 | 0 | 21 | 373 | 27 | 115 |
| Binary | 10111101 | 10111000 | 11010011 | 1010 | 1101 | 0 | 10001 | 11111011 | 10111 | 1001101 |
Color Harmonies of #BDB8D3
Complementary color
Monochromatic Colors of #BDB8D3
Black with #BDB8D3
Text Example
Text Example
White with #BDB8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8D3; }
p { color: rgb(189,184,211); }
H1.HeaderClassName
{
color: #BDB8D3;
}
.AnyTagClassName
{
color: #BDB8D3;
}
</style>
background-color css
<style>
a { background-color: #BDB8D3; }
a { background-color: rgb(189,184,211); }
div.DivClassName
{
background-color: #BDB8D3;
}
.BgClassName
{
background-color: #BDB8D3;
}
</style>
border-color css
<style>
span { border-color: #BDB8D3; }
span { border-color: rgb(189,184,211); }
td.TdClassName
{
border-color: #BDB8D3;
}
.TagClassName
{
border-color: #BDB8D3;
}
</style>