Shades of Blue Haze #BDBAC6
Tints of Blue Haze #BDBAC6
RGB
CMYK
RGB Variations
Color information
#BDBAC6 (or 0xBDBAC6) is known color: Blue Haze. HEX triplet: BD, BA and C6. RGB value is (189,186,198). Sum of RGB (Red+Green+Blue) = 189+186+198=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 198 - color contains mainly: blue. Hex color #BDBAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAC6 is #424539. Grayscale: #BCBCBC. Windows color (decimal): -4343098 or 13023933. OLE color: 13023933.
HSL color Cylindrical-coordinate representation of color #BDBAC6: hue angle of 255º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDBAC6 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 186 | 198 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.22 |
| HSL | 255º | 0.1% | 0.75% | - |
| HSV(B) | 255º | 0.06% | 0.78% | - |
| XYZ | 48.74 | 50.01 | 60.51 | - |
| YUV | 188.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 198 | 0.05 | 0.06 | 0 | 0.22 | 255 | 0.1 | 0.75 |
| Hex | BD | BA | C6 | 5 | 6 | 0 | 16 | FF | A | 4B |
| Octal | 275 | 272 | 306 | 5 | 6 | 0 | 26 | 377 | 12 | 113 |
| Binary | 10111101 | 10111010 | 11000110 | 101 | 110 | 0 | 10110 | 11111111 | 1010 | 1001011 |
Color Harmonies of #BDBAC6
Complementary color
Monochromatic Colors of #BDBAC6
Black with #BDBAC6
Text Example
Text Example
White with #BDBAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAC6; }
p { color: rgb(189,186,198); }
H1.HeaderClassName
{
color: #BDBAC6;
}
.AnyTagClassName
{
color: #BDBAC6;
}
</style>
background-color css
<style>
a { background-color: #BDBAC6; }
a { background-color: rgb(189,186,198); }
div.DivClassName
{
background-color: #BDBAC6;
}
.BgClassName
{
background-color: #BDBAC6;
}
</style>
border-color css
<style>
span { border-color: #BDBAC6; }
span { border-color: rgb(189,186,198); }
td.TdClassName
{
border-color: #BDBAC6;
}
.TagClassName
{
border-color: #BDBAC6;
}
</style>