Shades of Melrose #B8AEEF
Tints of Melrose #B8AEEF
RGB
CMYK
RGB Variations
Color information
#B8AEEF (or 0xB8AEEF) is known color: Melrose. HEX triplet: B8, AE and EF. RGB value is (184,174,239). Sum of RGB (Red+Green+Blue) = 184+174+239=597 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.82% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AEEF is #475110. Grayscale: #B8B8B8. Windows color (decimal): -4673809 or 15707832. OLE color: 15707832.
HSL color Cylindrical-coordinate representation of color #B8AEEF: hue angle of 249.23º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8AEEF is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 174 | 239 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.06 |
| HSL | 249.23º | 0.67% | 0.81% | - |
| HSV(B) | 249.23º | 0.27% | 0.94% | - |
| XYZ | 50.48 | 46.69 | 88.01 | - |
| YUV | 184.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 174 | 239 | 0.23 | 0.27 | 0 | 0.06 | 249.23 | 0.67 | 0.81 |
| Hex | B8 | AE | EF | 17 | 1B | 0 | 6 | F9 | 43 | 51 |
| Octal | 270 | 256 | 357 | 27 | 33 | 0 | 6 | 371 | 103 | 121 |
| Binary | 10111000 | 10101110 | 11101111 | 10111 | 11011 | 0 | 110 | 11111001 | 1000011 | 1010001 |
Color Harmonies of #B8AEEF
Complementary color
Monochromatic Colors of #B8AEEF
Black with #B8AEEF
Text Example
Text Example
White with #B8AEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AEEF; }
p { color: rgb(184,174,239); }
H1.HeaderClassName
{
color: #B8AEEF;
}
.AnyTagClassName
{
color: #B8AEEF;
}
</style>
background-color css
<style>
a { background-color: #B8AEEF; }
a { background-color: rgb(184,174,239); }
div.DivClassName
{
background-color: #B8AEEF;
}
.BgClassName
{
background-color: #B8AEEF;
}
</style>
border-color css
<style>
span { border-color: #B8AEEF; }
span { border-color: rgb(184,174,239); }
td.TdClassName
{
border-color: #B8AEEF;
}
.TagClassName
{
border-color: #B8AEEF;
}
</style>