Shades of Melrose #BDB2EF
Tints of Melrose #BDB2EF
RGB
CMYK
RGB Variations
Color information
#BDB2EF (or 0xBDB2EF) is known color: Melrose. HEX triplet: BD, B2 and EF. RGB value is (189,178,239). Sum of RGB (Red+Green+Blue) = 189+178+239=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB2EF is #424D10. Grayscale: #BCBCBC. Windows color (decimal): -4345105 or 15708861. OLE color: 15708861.
HSL color Cylindrical-coordinate representation of color #BDB2EF: hue angle of 250.82º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDB2EF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 178 | 239 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.06 |
| HSL | 250.82º | 0.66% | 0.82% | - |
| HSV(B) | 250.82º | 0.26% | 0.94% | - |
| XYZ | 52.49 | 48.89 | 88.33 | - |
| YUV | 188.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 239 | 0.21 | 0.26 | 0 | 0.06 | 250.82 | 0.66 | 0.82 |
| Hex | BD | B2 | EF | 15 | 1A | 0 | 6 | FB | 42 | 52 |
| Octal | 275 | 262 | 357 | 25 | 32 | 0 | 6 | 373 | 102 | 122 |
| Binary | 10111101 | 10110010 | 11101111 | 10101 | 11010 | 0 | 110 | 11111011 | 1000010 | 1010010 |
Color Harmonies of #BDB2EF
Complementary color
Monochromatic Colors of #BDB2EF
Black with #BDB2EF
Text Example
Text Example
White with #BDB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2EF; }
p { color: rgb(189,178,239); }
H1.HeaderClassName
{
color: #BDB2EF;
}
.AnyTagClassName
{
color: #BDB2EF;
}
</style>
background-color css
<style>
a { background-color: #BDB2EF; }
a { background-color: rgb(189,178,239); }
div.DivClassName
{
background-color: #BDB2EF;
}
.BgClassName
{
background-color: #BDB2EF;
}
</style>
border-color css
<style>
span { border-color: #BDB2EF; }
span { border-color: rgb(189,178,239); }
td.TdClassName
{
border-color: #BDB2EF;
}
.TagClassName
{
border-color: #BDB2EF;
}
</style>