Shades of Blue Haze #BDBAC9
Tints of Blue Haze #BDBAC9
RGB
CMYK
RGB Variations
Color information
#BDBAC9 (or 0xBDBAC9) is known color: Blue Haze. HEX triplet: BD, BA and C9. RGB value is (189,186,201). Sum of RGB (Red+Green+Blue) = 189+186+201=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDBAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAC9 is #424536. Grayscale: #BCBCBC. Windows color (decimal): -4343095 or 13220541. OLE color: 13220541.
HSL color Cylindrical-coordinate representation of color #BDBAC9: hue angle of 252º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDBAC9 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 186 | 201 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.21 |
| HSL | 252º | 0.12% | 0.76% | - |
| HSV(B) | 252º | 0.07% | 0.79% | - |
| XYZ | 49.09 | 50.15 | 62.35 | - |
| YUV | 188.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 201 | 0.06 | 0.07 | 0 | 0.21 | 252 | 0.12 | 0.76 |
| Hex | BD | BA | C9 | 6 | 7 | 0 | 15 | FC | C | 4C |
| Octal | 275 | 272 | 311 | 6 | 7 | 0 | 25 | 374 | 14 | 114 |
| Binary | 10111101 | 10111010 | 11001001 | 110 | 111 | 0 | 10101 | 11111100 | 1100 | 1001100 |
Color Harmonies of #BDBAC9
Complementary color
Monochromatic Colors of #BDBAC9
Black with #BDBAC9
Text Example
Text Example
White with #BDBAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAC9; }
p { color: rgb(189,186,201); }
H1.HeaderClassName
{
color: #BDBAC9;
}
.AnyTagClassName
{
color: #BDBAC9;
}
</style>
background-color css
<style>
a { background-color: #BDBAC9; }
a { background-color: rgb(189,186,201); }
div.DivClassName
{
background-color: #BDBAC9;
}
.BgClassName
{
background-color: #BDBAC9;
}
</style>
border-color css
<style>
span { border-color: #BDBAC9; }
span { border-color: rgb(189,186,201); }
td.TdClassName
{
border-color: #BDBAC9;
}
.TagClassName
{
border-color: #BDBAC9;
}
</style>