Shades of Melrose #B8AAFD
Tints of Melrose #B8AAFD
RGB
CMYK
RGB Variations
Color information
#B8AAFD (or 0xB8AAFD) is known color: Melrose. HEX triplet: B8, AA and FD. RGB value is (184,170,253). Sum of RGB (Red+Green+Blue) = 184+170+253=607 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.31% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AAFD is #475502. Grayscale: #B7B7B7. Windows color (decimal): -4674819 or 16624312. OLE color: 16624312.
HSL color Cylindrical-coordinate representation of color #B8AAFD: hue angle of 250.12º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8AAFD is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 170 | 253 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.01 |
| HSL | 250.12º | 0.95% | 0.83% | - |
| HSV(B) | 250.12º | 0.33% | 0.99% | - |
| XYZ | 51.87 | 46.03 | 99.08 | - |
| YUV | 183.65 | 167.14 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 253 | 0.27 | 0.33 | 0 | 0.01 | 250.12 | 0.95 | 0.83 |
| Hex | B8 | AA | FD | 1B | 21 | 0 | 1 | FA | 5F | 53 |
| Octal | 270 | 252 | 375 | 33 | 41 | 0 | 1 | 372 | 137 | 123 |
| Binary | 10111000 | 10101010 | 11111101 | 11011 | 100001 | 0 | 1 | 11111010 | 1011111 | 1010011 |
Color Harmonies of #B8AAFD
Complementary color
Monochromatic Colors of #B8AAFD
Black with #B8AAFD
Text Example
Text Example
White with #B8AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AAFD; }
p { color: rgb(184,170,253); }
H1.HeaderClassName
{
color: #B8AAFD;
}
.AnyTagClassName
{
color: #B8AAFD;
}
</style>
background-color css
<style>
a { background-color: #B8AAFD; }
a { background-color: rgb(184,170,253); }
div.DivClassName
{
background-color: #B8AAFD;
}
.BgClassName
{
background-color: #B8AAFD;
}
</style>
border-color css
<style>
span { border-color: #B8AAFD; }
span { border-color: rgb(184,170,253); }
td.TdClassName
{
border-color: #B8AAFD;
}
.TagClassName
{
border-color: #B8AAFD;
}
</style>