Shades of Melrose #BBB1ED
Tints of Melrose #BBB1ED
RGB
CMYK
RGB Variations
Color information
#BBB1ED (or 0xBBB1ED) is known color: Melrose. HEX triplet: BB, B1 and ED. RGB value is (187,177,237). Sum of RGB (Red+Green+Blue) = 187+177+237=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBB1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB1ED is #444E12. Grayscale: #BABABA. Windows color (decimal): -4476435 or 15577531. OLE color: 15577531.
HSL color Cylindrical-coordinate representation of color #BBB1ED: hue angle of 250º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBB1ED is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 177 | 237 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.07 |
| HSL | 250º | 0.63% | 0.81% | - |
| HSV(B) | 250º | 0.25% | 0.93% | - |
| XYZ | 51.5 | 48.12 | 86.7 | - |
| YUV | 186.83 | 156.31 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 237 | 0.21 | 0.25 | 0 | 0.07 | 250 | 0.63 | 0.81 |
| Hex | BB | B1 | ED | 15 | 19 | 0 | 7 | FA | 3E | 51 |
| Octal | 273 | 261 | 355 | 25 | 31 | 0 | 7 | 372 | 76 | 121 |
| Binary | 10111011 | 10110001 | 11101101 | 10101 | 11001 | 0 | 111 | 11111010 | 111110 | 1010001 |
Color Harmonies of #BBB1ED
Complementary color
Monochromatic Colors of #BBB1ED
Black with #BBB1ED
Text Example
Text Example
White with #BBB1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB1ED; }
p { color: rgb(187,177,237); }
H1.HeaderClassName
{
color: #BBB1ED;
}
.AnyTagClassName
{
color: #BBB1ED;
}
</style>
background-color css
<style>
a { background-color: #BBB1ED; }
a { background-color: rgb(187,177,237); }
div.DivClassName
{
background-color: #BBB1ED;
}
.BgClassName
{
background-color: #BBB1ED;
}
</style>
border-color css
<style>
span { border-color: #BBB1ED; }
span { border-color: rgb(187,177,237); }
td.TdClassName
{
border-color: #BBB1ED;
}
.TagClassName
{
border-color: #BBB1ED;
}
</style>