Shades of Blue Haze #BDBAC5
Tints of Blue Haze #BDBAC5
RGB
CMYK
RGB Variations
Color information
#BDBAC5 (or 0xBDBAC5) is known color: Blue Haze. HEX triplet: BD, BA and C5. RGB value is (189,186,197). Sum of RGB (Red+Green+Blue) = 189+186+197=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDBAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAC5 is #42453A. Grayscale: #BCBCBC. Windows color (decimal): -4343099 or 12958397. OLE color: 12958397.
HSL color Cylindrical-coordinate representation of color #BDBAC5: hue angle of 256.36º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDBAC5 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 186 | 197 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.23 |
| HSL | 256.36º | 0.09% | 0.75% | - |
| HSV(B) | 256.36º | 0.06% | 0.77% | - |
| XYZ | 48.62 | 49.97 | 59.91 | - |
| YUV | 188.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 197 | 0.04 | 0.06 | 0 | 0.23 | 256.36 | 0.09 | 0.75 |
| Hex | BD | BA | C5 | 4 | 6 | 0 | 17 | 100 | 9 | 4B |
| Octal | 275 | 272 | 305 | 4 | 6 | 0 | 27 | 400 | 11 | 113 |
| Binary | 10111101 | 10111010 | 11000101 | 100 | 110 | 0 | 10111 | 100000000 | 1001 | 1001011 |
Color Harmonies of #BDBAC5
Complementary color
Monochromatic Colors of #BDBAC5
Black with #BDBAC5
Text Example
Text Example
White with #BDBAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAC5; }
p { color: rgb(189,186,197); }
H1.HeaderClassName
{
color: #BDBAC5;
}
.AnyTagClassName
{
color: #BDBAC5;
}
</style>
background-color css
<style>
a { background-color: #BDBAC5; }
a { background-color: rgb(189,186,197); }
div.DivClassName
{
background-color: #BDBAC5;
}
.BgClassName
{
background-color: #BDBAC5;
}
</style>
border-color css
<style>
span { border-color: #BDBAC5; }
span { border-color: rgb(189,186,197); }
td.TdClassName
{
border-color: #BDBAC5;
}
.TagClassName
{
border-color: #BDBAC5;
}
</style>