Shades of Blue Haze #BDBACE
Tints of Blue Haze #BDBACE
RGB
CMYK
RGB Variations
Color information
#BDBACE (or 0xBDBACE) is known color: Blue Haze. HEX triplet: BD, BA and CE. RGB value is (189,186,206). Sum of RGB (Red+Green+Blue) = 189+186+206=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDBACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBACE is #424531. Grayscale: #BDBDBD. Windows color (decimal): -4343090 or 13548221. OLE color: 13548221.
HSL color Cylindrical-coordinate representation of color #BDBACE: hue angle of 249º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDBACE is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 189 | 186 | 206 | - |
CMYK | 0.08 | 0.10 | 0 | 0.19 |
HSL | 249º | 0.17% | 0.77% | - |
HSV(B) | 249º | 0.1% | 0.81% | - |
XYZ | 49.69 | 50.39 | 65.5 | - |
YUV | 189.18 | 137.49 | 127.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 186 | 206 | 0.08 | 0.10 | 0 | 0.19 | 249 | 0.17 | 0.77 |
Hex | BD | BA | CE | 8 | A | 0 | 13 | F9 | 11 | 4D |
Octal | 275 | 272 | 316 | 10 | 12 | 0 | 23 | 371 | 21 | 115 |
Binary | 10111101 | 10111010 | 11001110 | 1000 | 1010 | 0 | 10011 | 11111001 | 10001 | 1001101 |
Color Harmonies of #BDBACE
Complementary color
Monochromatic Colors of #BDBACE
Black with #BDBACE
Text Example
Text Example
White with #BDBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBACE; }
p { color: rgb(189,186,206); }
H1.HeaderClassName
{
color: #BDBACE;
}
.AnyTagClassName
{
color: #BDBACE;
}
</style>
background-color css
<style>
a { background-color: #BDBACE; }
a { background-color: rgb(189,186,206); }
div.DivClassName
{
background-color: #BDBACE;
}
.BgClassName
{
background-color: #BDBACE;
}
</style>
border-color css
<style>
span { border-color: #BDBACE; }
span { border-color: rgb(189,186,206); }
td.TdClassName
{
border-color: #BDBACE;
}
.TagClassName
{
border-color: #BDBACE;
}
</style>