Shades of Melrose #BDAFE7
Tints of Melrose #BDAFE7
RGB
CMYK
RGB Variations
Color information
#BDAFE7 (or 0xBDAFE7) is known color: Melrose. HEX triplet: BD, AF and E7. RGB value is (189,175,231). Sum of RGB (Red+Green+Blue) = 189+175+231=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 231 (90.62% from 255 or 38.82% from 595); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDAFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAFE7 is #425018. Grayscale: #B9B9B9. Windows color (decimal): -4345881 or 15183805. OLE color: 15183805.
HSL color Cylindrical-coordinate representation of color #BDAFE7: hue angle of 255º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDAFE7 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 175 | 231 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.09 |
| HSL | 255º | 0.54% | 0.8% | - |
| HSV(B) | 255º | 0.24% | 0.91% | - |
| XYZ | 50.74 | 47.25 | 82.05 | - |
| YUV | 185.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 231 | 0.18 | 0.24 | 0 | 0.09 | 255 | 0.54 | 0.8 |
| Hex | BD | AF | E7 | 12 | 18 | 0 | 9 | FF | 36 | 50 |
| Octal | 275 | 257 | 347 | 22 | 30 | 0 | 11 | 377 | 66 | 120 |
| Binary | 10111101 | 10101111 | 11100111 | 10010 | 11000 | 0 | 1001 | 11111111 | 110110 | 1010000 |
Color Harmonies of #BDAFE7
Complementary color
Monochromatic Colors of #BDAFE7
Black with #BDAFE7
Text Example
Text Example
White with #BDAFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAFE7; }
p { color: rgb(189,175,231); }
H1.HeaderClassName
{
color: #BDAFE7;
}
.AnyTagClassName
{
color: #BDAFE7;
}
</style>
background-color css
<style>
a { background-color: #BDAFE7; }
a { background-color: rgb(189,175,231); }
div.DivClassName
{
background-color: #BDAFE7;
}
.BgClassName
{
background-color: #BDAFE7;
}
</style>
border-color css
<style>
span { border-color: #BDAFE7; }
span { border-color: rgb(189,175,231); }
td.TdClassName
{
border-color: #BDAFE7;
}
.TagClassName
{
border-color: #BDAFE7;
}
</style>