Shades of Melrose #BDACFE
Tints of Melrose #BDACFE
RGB
CMYK
RGB Variations
Color information
#BDACFE (or 0xBDACFE) is known color: Melrose. HEX triplet: BD, AC and FE. RGB value is (189,172,254). Sum of RGB (Red+Green+Blue) = 189+172+254=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDACFE is #425301. Grayscale: #BABABA. Windows color (decimal): -4346626 or 16690365. OLE color: 16690365.
HSL color Cylindrical-coordinate representation of color #BDACFE: hue angle of 252.44º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDACFE is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 172 | 254 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.00 |
| HSL | 252.44º | 0.98% | 0.84% | - |
| HSV(B) | 252.44º | 0.32% | 1% | - |
| XYZ | 53.63 | 47.48 | 100.1 | - |
| YUV | 186.43 | 166.13 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 254 | 0.26 | 0.32 | 0 | 0.00 | 252.44 | 0.98 | 0.84 |
| Hex | BD | AC | FE | 1A | 20 | 0 | 0 | FC | 62 | 54 |
| Octal | 275 | 254 | 376 | 32 | 40 | 0 | 0 | 374 | 142 | 124 |
| Binary | 10111101 | 10101100 | 11111110 | 11010 | 100000 | 0 | 0 | 11111100 | 1100010 | 1010100 |
Color Harmonies of #BDACFE
Complementary color
Monochromatic Colors of #BDACFE
Black with #BDACFE
Text Example
Text Example
White with #BDACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDACFE; }
p { color: rgb(189,172,254); }
H1.HeaderClassName
{
color: #BDACFE;
}
.AnyTagClassName
{
color: #BDACFE;
}
</style>
background-color css
<style>
a { background-color: #BDACFE; }
a { background-color: rgb(189,172,254); }
div.DivClassName
{
background-color: #BDACFE;
}
.BgClassName
{
background-color: #BDACFE;
}
</style>
border-color css
<style>
span { border-color: #BDACFE; }
span { border-color: rgb(189,172,254); }
td.TdClassName
{
border-color: #BDACFE;
}
.TagClassName
{
border-color: #BDACFE;
}
</style>