Shades of Melrose #BDB1E6
Tints of Melrose #BDB1E6
RGB
CMYK
RGB Variations
Color information
#BDB1E6 (or 0xBDB1E6) is known color: Melrose. HEX triplet: BD, B1 and E6. RGB value is (189,177,230). Sum of RGB (Red+Green+Blue) = 189+177+230=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDB1E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB1E6 is #424E19. Grayscale: #BABABA. Windows color (decimal): -4345370 or 15118781. OLE color: 15118781.
HSL color Cylindrical-coordinate representation of color #BDB1E6: hue angle of 253.58º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB1E6 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 177 | 230 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.10 |
| HSL | 253.58º | 0.51% | 0.8% | - |
| HSV(B) | 253.58º | 0.23% | 0.9% | - |
| XYZ | 50.99 | 47.98 | 81.44 | - |
| YUV | 186.63 | 152.48 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 230 | 0.18 | 0.23 | 0 | 0.10 | 253.58 | 0.51 | 0.8 |
| Hex | BD | B1 | E6 | 12 | 17 | 0 | A | FE | 33 | 50 |
| Octal | 275 | 261 | 346 | 22 | 27 | 0 | 12 | 376 | 63 | 120 |
| Binary | 10111101 | 10110001 | 11100110 | 10010 | 10111 | 0 | 1010 | 11111110 | 110011 | 1010000 |
Color Harmonies of #BDB1E6
Complementary color
Monochromatic Colors of #BDB1E6
Black with #BDB1E6
Text Example
Text Example
White with #BDB1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB1E6; }
p { color: rgb(189,177,230); }
H1.HeaderClassName
{
color: #BDB1E6;
}
.AnyTagClassName
{
color: #BDB1E6;
}
</style>
background-color css
<style>
a { background-color: #BDB1E6; }
a { background-color: rgb(189,177,230); }
div.DivClassName
{
background-color: #BDB1E6;
}
.BgClassName
{
background-color: #BDB1E6;
}
</style>
border-color css
<style>
span { border-color: #BDB1E6; }
span { border-color: rgb(189,177,230); }
td.TdClassName
{
border-color: #BDB1E6;
}
.TagClassName
{
border-color: #BDB1E6;
}
</style>