Shades of Melrose #BDAEEB
Tints of Melrose #BDAEEB
RGB
CMYK
RGB Variations
Color information
#BDAEEB (or 0xBDAEEB) is known color: Melrose. HEX triplet: BD, AE and EB. RGB value is (189,174,235). Sum of RGB (Red+Green+Blue) = 189+174+235=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAEEB is #425114. Grayscale: #B9B9B9. Windows color (decimal): -4346133 or 15445693. OLE color: 15445693.
HSL color Cylindrical-coordinate representation of color #BDAEEB: hue angle of 254.75º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDAEEB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 189 | 174 | 235 | - |
CMYK | 0.20 | 0.26 | 0 | 0.08 |
HSL | 254.75º | 0.6% | 0.8% | - |
HSV(B) | 254.75º | 0.26% | 0.92% | - |
XYZ | 51.12 | 47.09 | 84.99 | - |
YUV | 185.44 | 155.97 | 130.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 174 | 235 | 0.20 | 0.26 | 0 | 0.08 | 254.75 | 0.6 | 0.8 |
Hex | BD | AE | EB | 14 | 1A | 0 | 8 | FF | 3C | 50 |
Octal | 275 | 256 | 353 | 24 | 32 | 0 | 10 | 377 | 74 | 120 |
Binary | 10111101 | 10101110 | 11101011 | 10100 | 11010 | 0 | 1000 | 11111111 | 111100 | 1010000 |
Color Harmonies of #BDAEEB
Complementary color
Monochromatic Colors of #BDAEEB
Black with #BDAEEB
Text Example
Text Example
White with #BDAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAEEB; }
p { color: rgb(189,174,235); }
H1.HeaderClassName
{
color: #BDAEEB;
}
.AnyTagClassName
{
color: #BDAEEB;
}
</style>
background-color css
<style>
a { background-color: #BDAEEB; }
a { background-color: rgb(189,174,235); }
div.DivClassName
{
background-color: #BDAEEB;
}
.BgClassName
{
background-color: #BDAEEB;
}
</style>
border-color css
<style>
span { border-color: #BDAEEB; }
span { border-color: rgb(189,174,235); }
td.TdClassName
{
border-color: #BDAEEB;
}
.TagClassName
{
border-color: #BDAEEB;
}
</style>