Shades of Melrose #B8B0EF
Tints of Melrose #B8B0EF
RGB
CMYK
RGB Variations
Color information
#B8B0EF (or 0xB8B0EF) is known color: Melrose. HEX triplet: B8, B0 and EF. RGB value is (184,176,239). Sum of RGB (Red+Green+Blue) = 184+176+239=599 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.72% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8B0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8B0EF is #474F10. Grayscale: #B9B9B9. Windows color (decimal): -4673297 or 15708344. OLE color: 15708344.
HSL color Cylindrical-coordinate representation of color #B8B0EF: hue angle of 247.62º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8B0EF is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 176 | 239 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.06 |
| HSL | 247.62º | 0.66% | 0.81% | - |
| HSV(B) | 247.62º | 0.26% | 0.94% | - |
| XYZ | 50.87 | 47.47 | 88.14 | - |
| YUV | 185.57 | 158.15 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 176 | 239 | 0.23 | 0.26 | 0 | 0.06 | 247.62 | 0.66 | 0.81 |
| Hex | B8 | B0 | EF | 17 | 1A | 0 | 6 | F8 | 42 | 51 |
| Octal | 270 | 260 | 357 | 27 | 32 | 0 | 6 | 370 | 102 | 121 |
| Binary | 10111000 | 10110000 | 11101111 | 10111 | 11010 | 0 | 110 | 11111000 | 1000010 | 1010001 |
Color Harmonies of #B8B0EF
Complementary color
Monochromatic Colors of #B8B0EF
Black with #B8B0EF
Text Example
Text Example
White with #B8B0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B0EF; }
p { color: rgb(184,176,239); }
H1.HeaderClassName
{
color: #B8B0EF;
}
.AnyTagClassName
{
color: #B8B0EF;
}
</style>
background-color css
<style>
a { background-color: #B8B0EF; }
a { background-color: rgb(184,176,239); }
div.DivClassName
{
background-color: #B8B0EF;
}
.BgClassName
{
background-color: #B8B0EF;
}
</style>
border-color css
<style>
span { border-color: #B8B0EF; }
span { border-color: rgb(184,176,239); }
td.TdClassName
{
border-color: #B8B0EF;
}
.TagClassName
{
border-color: #B8B0EF;
}
</style>