Shades of Melrose #B8B1EE
Tints of Melrose #B8B1EE
RGB
CMYK
RGB Variations
Color information
#B8B1EE (or 0xB8B1EE) is known color: Melrose. HEX triplet: B8, B1 and EE. RGB value is (184,177,238). Sum of RGB (Red+Green+Blue) = 184+177+238=599 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.72% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8B1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8B1EE is #474E11. Grayscale: #B9B9B9. Windows color (decimal): -4673042 or 15643064. OLE color: 15643064.
HSL color Cylindrical-coordinate representation of color #B8B1EE: hue angle of 246.89º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8B1EE is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 177 | 238 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.07 |
| HSL | 246.89º | 0.64% | 0.81% | - |
| HSV(B) | 246.89º | 0.26% | 0.93% | - |
| XYZ | 50.92 | 47.81 | 87.43 | - |
| YUV | 186.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 238 | 0.23 | 0.26 | 0 | 0.07 | 246.89 | 0.64 | 0.81 |
| Hex | B8 | B1 | EE | 17 | 1A | 0 | 7 | F7 | 40 | 51 |
| Octal | 270 | 261 | 356 | 27 | 32 | 0 | 7 | 367 | 100 | 121 |
| Binary | 10111000 | 10110001 | 11101110 | 10111 | 11010 | 0 | 111 | 11110111 | 1000000 | 1010001 |
Color Harmonies of #B8B1EE
Complementary color
Monochromatic Colors of #B8B1EE
Black with #B8B1EE
Text Example
Text Example
White with #B8B1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B1EE; }
p { color: rgb(184,177,238); }
H1.HeaderClassName
{
color: #B8B1EE;
}
.AnyTagClassName
{
color: #B8B1EE;
}
</style>
background-color css
<style>
a { background-color: #B8B1EE; }
a { background-color: rgb(184,177,238); }
div.DivClassName
{
background-color: #B8B1EE;
}
.BgClassName
{
background-color: #B8B1EE;
}
</style>
border-color css
<style>
span { border-color: #B8B1EE; }
span { border-color: rgb(184,177,238); }
td.TdClassName
{
border-color: #B8B1EE;
}
.TagClassName
{
border-color: #B8B1EE;
}
</style>