Shades of Blue Haze #BDBAC4
Tints of Blue Haze #BDBAC4
RGB
CMYK
RGB Variations
Color information
#BDBAC4 (or 0xBDBAC4) is known color: Blue Haze. HEX triplet: BD, BA and C4. RGB value is (189,186,196). Sum of RGB (Red+Green+Blue) = 189+186+196=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 196 - color contains mainly: blue. Hex color #BDBAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAC4 is #42453B. Grayscale: #BCBCBC. Windows color (decimal): -4343100 or 12892861. OLE color: 12892861.
HSL color Cylindrical-coordinate representation of color #BDBAC4: hue angle of 258º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDBAC4 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 186 | 196 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.23 |
| HSL | 258º | 0.08% | 0.75% | - |
| HSV(B) | 258º | 0.05% | 0.77% | - |
| XYZ | 48.51 | 49.92 | 59.3 | - |
| YUV | 188.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 196 | 0.04 | 0.05 | 0 | 0.23 | 258 | 0.08 | 0.75 |
| Hex | BD | BA | C4 | 4 | 5 | 0 | 17 | 102 | 8 | 4B |
| Octal | 275 | 272 | 304 | 4 | 5 | 0 | 27 | 402 | 10 | 113 |
| Binary | 10111101 | 10111010 | 11000100 | 100 | 101 | 0 | 10111 | 100000010 | 1000 | 1001011 |
Color Harmonies of #BDBAC4
Complementary color
Monochromatic Colors of #BDBAC4
Black with #BDBAC4
Text Example
Text Example
White with #BDBAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAC4; }
p { color: rgb(189,186,196); }
H1.HeaderClassName
{
color: #BDBAC4;
}
.AnyTagClassName
{
color: #BDBAC4;
}
</style>
background-color css
<style>
a { background-color: #BDBAC4; }
a { background-color: rgb(189,186,196); }
div.DivClassName
{
background-color: #BDBAC4;
}
.BgClassName
{
background-color: #BDBAC4;
}
</style>
border-color css
<style>
span { border-color: #BDBAC4; }
span { border-color: rgb(189,186,196); }
td.TdClassName
{
border-color: #BDBAC4;
}
.TagClassName
{
border-color: #BDBAC4;
}
</style>