Shades of Melrose #B8AFE6
Tints of Melrose #B8AFE6
RGB
CMYK
RGB Variations
Color information
#B8AFE6 (or 0xB8AFE6) is known color: Melrose. HEX triplet: B8, AF and E6. RGB value is (184,175,230). Sum of RGB (Red+Green+Blue) = 184+175+230=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #B8AFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AFE6 is #475019. Grayscale: #B7B7B7. Windows color (decimal): -4673562 or 15118264. OLE color: 15118264.
HSL color Cylindrical-coordinate representation of color #B8AFE6: hue angle of 249.82º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8AFE6 is Cyan = 0.2, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 175 | 230 | - |
| CMYK | 0.2 | 0.24 | 0 | 0.10 |
| HSL | 249.82º | 0.52% | 0.79% | - |
| HSV(B) | 249.82º | 0.24% | 0.9% | - |
| XYZ | 49.38 | 46.56 | 81.25 | - |
| YUV | 183.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 230 | 0.2 | 0.24 | 0 | 0.10 | 249.82 | 0.52 | 0.79 |
| Hex | B8 | AF | E6 | 14 | 18 | 0 | A | FA | 34 | 4F |
| Octal | 270 | 257 | 346 | 24 | 30 | 0 | 12 | 372 | 64 | 117 |
| Binary | 10111000 | 10101111 | 11100110 | 10100 | 11000 | 0 | 1010 | 11111010 | 110100 | 1001111 |
Color Harmonies of #B8AFE6
Complementary color
Monochromatic Colors of #B8AFE6
Black with #B8AFE6
Text Example
Text Example
White with #B8AFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AFE6; }
p { color: rgb(184,175,230); }
H1.HeaderClassName
{
color: #B8AFE6;
}
.AnyTagClassName
{
color: #B8AFE6;
}
</style>
background-color css
<style>
a { background-color: #B8AFE6; }
a { background-color: rgb(184,175,230); }
div.DivClassName
{
background-color: #B8AFE6;
}
.BgClassName
{
background-color: #B8AFE6;
}
</style>
border-color css
<style>
span { border-color: #B8AFE6; }
span { border-color: rgb(184,175,230); }
td.TdClassName
{
border-color: #B8AFE6;
}
.TagClassName
{
border-color: #B8AFE6;
}
</style>