Shades of Blue Haze #BDB8D6
Tints of Blue Haze #BDB8D6
RGB
CMYK
RGB Variations
Color information
#BDB8D6 (or 0xBDB8D6) is known color: Blue Haze. HEX triplet: BD, B8 and D6. RGB value is (189,184,214). Sum of RGB (Red+Green+Blue) = 189+184+214=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDB8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8D6 is #424729. Grayscale: #BCBCBC. Windows color (decimal): -4343594 or 14071997. OLE color: 14071997.
HSL color Cylindrical-coordinate representation of color #BDB8D6: hue angle of 250º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDB8D6 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 184 | 214 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.16 |
| HSL | 250º | 0.27% | 0.78% | - |
| HSV(B) | 250º | 0.14% | 0.84% | - |
| XYZ | 50.26 | 49.95 | 70.61 | - |
| YUV | 188.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 214 | 0.12 | 0.14 | 0 | 0.16 | 250 | 0.27 | 0.78 |
| Hex | BD | B8 | D6 | C | E | 0 | 10 | FA | 1B | 4E |
| Octal | 275 | 270 | 326 | 14 | 16 | 0 | 20 | 372 | 33 | 116 |
| Binary | 10111101 | 10111000 | 11010110 | 1100 | 1110 | 0 | 10000 | 11111010 | 11011 | 1001110 |
Color Harmonies of #BDB8D6
Complementary color
Monochromatic Colors of #BDB8D6
Black with #BDB8D6
Text Example
Text Example
White with #BDB8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8D6; }
p { color: rgb(189,184,214); }
H1.HeaderClassName
{
color: #BDB8D6;
}
.AnyTagClassName
{
color: #BDB8D6;
}
</style>
background-color css
<style>
a { background-color: #BDB8D6; }
a { background-color: rgb(189,184,214); }
div.DivClassName
{
background-color: #BDB8D6;
}
.BgClassName
{
background-color: #BDB8D6;
}
</style>
border-color css
<style>
span { border-color: #BDB8D6; }
span { border-color: rgb(189,184,214); }
td.TdClassName
{
border-color: #BDB8D6;
}
.TagClassName
{
border-color: #BDB8D6;
}
</style>