Shades of Melrose #BDB3E8
Tints of Melrose #BDB3E8
RGB
CMYK
RGB Variations
Color information
#BDB3E8 (or 0xBDB3E8) is known color: Melrose. HEX triplet: BD, B3 and E8. RGB value is (189,179,232). Sum of RGB (Red+Green+Blue) = 189+179+232=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 179 (70.31% from 255 or 29.83% from 600); Blue value is 232 (91.02% from 255 or 38.67% from 600); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDB3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3E8 is #424C17. Grayscale: #BBBBBB. Windows color (decimal): -4344856 or 15250365. OLE color: 15250365.
HSL color Cylindrical-coordinate representation of color #BDB3E8: hue angle of 251.32º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB3E8 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 189 | 179 | 232 | - |
CMYK | 0.19 | 0.23 | 0 | 0.09 |
HSL | 251.32º | 0.54% | 0.81% | - |
HSV(B) | 251.32º | 0.23% | 0.91% | - |
XYZ | 51.67 | 48.89 | 83.06 | - |
YUV | 188.03 | 152.81 | 128.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 179 | 232 | 0.19 | 0.23 | 0 | 0.09 | 251.32 | 0.54 | 0.81 |
Hex | BD | B3 | E8 | 13 | 17 | 0 | 9 | FB | 36 | 51 |
Octal | 275 | 263 | 350 | 23 | 27 | 0 | 11 | 373 | 66 | 121 |
Binary | 10111101 | 10110011 | 11101000 | 10011 | 10111 | 0 | 1001 | 11111011 | 110110 | 1010001 |
Color Harmonies of #BDB3E8
Complementary color
Monochromatic Colors of #BDB3E8
Black with #BDB3E8
Text Example
Text Example
White with #BDB3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB3E8; }
p { color: rgb(189,179,232); }
H1.HeaderClassName
{
color: #BDB3E8;
}
.AnyTagClassName
{
color: #BDB3E8;
}
</style>
background-color css
<style>
a { background-color: #BDB3E8; }
a { background-color: rgb(189,179,232); }
div.DivClassName
{
background-color: #BDB3E8;
}
.BgClassName
{
background-color: #BDB3E8;
}
</style>
border-color css
<style>
span { border-color: #BDB3E8; }
span { border-color: rgb(189,179,232); }
td.TdClassName
{
border-color: #BDB3E8;
}
.TagClassName
{
border-color: #BDB3E8;
}
</style>