Shades of Melrose #BDB2EE
Tints of Melrose #BDB2EE
RGB
CMYK
RGB Variations
Color information
#BDB2EE (or 0xBDB2EE) is known color: Melrose. HEX triplet: BD, B2 and EE. RGB value is (189,178,238). Sum of RGB (Red+Green+Blue) = 189+178+238=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDB2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB2EE is #424D11. Grayscale: #BBBBBB. Windows color (decimal): -4345106 or 15643325. OLE color: 15643325.
HSL color Cylindrical-coordinate representation of color #BDB2EE: hue angle of 251º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDB2EE is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 178 | 238 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.07 |
| HSL | 251º | 0.64% | 0.82% | - |
| HSV(B) | 251º | 0.25% | 0.93% | - |
| XYZ | 52.34 | 48.83 | 87.56 | - |
| YUV | 188.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 238 | 0.21 | 0.25 | 0 | 0.07 | 251 | 0.64 | 0.82 |
| Hex | BD | B2 | EE | 15 | 19 | 0 | 7 | FB | 40 | 52 |
| Octal | 275 | 262 | 356 | 25 | 31 | 0 | 7 | 373 | 100 | 122 |
| Binary | 10111101 | 10110010 | 11101110 | 10101 | 11001 | 0 | 111 | 11111011 | 1000000 | 1010010 |
Color Harmonies of #BDB2EE
Complementary color
Monochromatic Colors of #BDB2EE
Black with #BDB2EE
Text Example
Text Example
White with #BDB2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2EE; }
p { color: rgb(189,178,238); }
H1.HeaderClassName
{
color: #BDB2EE;
}
.AnyTagClassName
{
color: #BDB2EE;
}
</style>
background-color css
<style>
a { background-color: #BDB2EE; }
a { background-color: rgb(189,178,238); }
div.DivClassName
{
background-color: #BDB2EE;
}
.BgClassName
{
background-color: #BDB2EE;
}
</style>
border-color css
<style>
span { border-color: #BDB2EE; }
span { border-color: rgb(189,178,238); }
td.TdClassName
{
border-color: #BDB2EE;
}
.TagClassName
{
border-color: #BDB2EE;
}
</style>