Shades of Blue Haze #BDBAD0
Tints of Blue Haze #BDBAD0
RGB
CMYK
RGB Variations
Color information
#BDBAD0 (or 0xBDBAD0) is known color: Blue Haze. HEX triplet: BD, BA and D0. RGB value is (189,186,208). Sum of RGB (Red+Green+Blue) = 189+186+208=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDBAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAD0 is #42452F. Grayscale: #BDBDBD. Windows color (decimal): -4343088 or 13679293. OLE color: 13679293.
HSL color Cylindrical-coordinate representation of color #BDBAD0: hue angle of 248.18º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDBAD0 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 189 | 186 | 208 | - |
CMYK | 0.09 | 0.11 | 0 | 0.18 |
HSL | 248.18º | 0.19% | 0.77% | - |
HSV(B) | 248.18º | 0.11% | 0.82% | - |
XYZ | 49.93 | 50.49 | 66.79 | - |
YUV | 189.41 | 138.49 | 127.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 186 | 208 | 0.09 | 0.11 | 0 | 0.18 | 248.18 | 0.19 | 0.77 |
Hex | BD | BA | D0 | 9 | B | 0 | 12 | F8 | 13 | 4D |
Octal | 275 | 272 | 320 | 11 | 13 | 0 | 22 | 370 | 23 | 115 |
Binary | 10111101 | 10111010 | 11010000 | 1001 | 1011 | 0 | 10010 | 11111000 | 10011 | 1001101 |
Color Harmonies of #BDBAD0
Complementary color
Monochromatic Colors of #BDBAD0
Black with #BDBAD0
Text Example
Text Example
White with #BDBAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAD0; }
p { color: rgb(189,186,208); }
H1.HeaderClassName
{
color: #BDBAD0;
}
.AnyTagClassName
{
color: #BDBAD0;
}
</style>
background-color css
<style>
a { background-color: #BDBAD0; }
a { background-color: rgb(189,186,208); }
div.DivClassName
{
background-color: #BDBAD0;
}
.BgClassName
{
background-color: #BDBAD0;
}
</style>
border-color css
<style>
span { border-color: #BDBAD0; }
span { border-color: rgb(189,186,208); }
td.TdClassName
{
border-color: #BDBAD0;
}
.TagClassName
{
border-color: #BDBAD0;
}
</style>