Shades of Melrose #BDABFC
Tints of Melrose #BDABFC
RGB
CMYK
RGB Variations
Color information
#BDABFC (or 0xBDABFC) is known color: Melrose. HEX triplet: BD, AB and FC. RGB value is (189,171,252). Sum of RGB (Red+Green+Blue) = 189+171+252=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABFC is #425403. Grayscale: #B9B9B9. Windows color (decimal): -4346884 or 16559037. OLE color: 16559037.
HSL color Cylindrical-coordinate representation of color #BDABFC: hue angle of 253.33º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDABFC is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 171 | 252 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.01 |
| HSL | 253.33º | 0.93% | 0.83% | - |
| HSV(B) | 253.33º | 0.32% | 0.99% | - |
| XYZ | 53.12 | 46.97 | 98.36 | - |
| YUV | 185.62 | 165.46 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 252 | 0.25 | 0.32 | 0 | 0.01 | 253.33 | 0.93 | 0.83 |
| Hex | BD | AB | FC | 19 | 20 | 0 | 1 | FD | 5D | 53 |
| Octal | 275 | 253 | 374 | 31 | 40 | 0 | 1 | 375 | 135 | 123 |
| Binary | 10111101 | 10101011 | 11111100 | 11001 | 100000 | 0 | 1 | 11111101 | 1011101 | 1010011 |
Color Harmonies of #BDABFC
Complementary color
Monochromatic Colors of #BDABFC
Black with #BDABFC
Text Example
Text Example
White with #BDABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDABFC; }
p { color: rgb(189,171,252); }
H1.HeaderClassName
{
color: #BDABFC;
}
.AnyTagClassName
{
color: #BDABFC;
}
</style>
background-color css
<style>
a { background-color: #BDABFC; }
a { background-color: rgb(189,171,252); }
div.DivClassName
{
background-color: #BDABFC;
}
.BgClassName
{
background-color: #BDABFC;
}
</style>
border-color css
<style>
span { border-color: #BDABFC; }
span { border-color: rgb(189,171,252); }
td.TdClassName
{
border-color: #BDABFC;
}
.TagClassName
{
border-color: #BDABFC;
}
</style>