Shades of Melrose #BBB2ED
Tints of Melrose #BBB2ED
RGB
CMYK
RGB Variations
Color information
#BBB2ED (or 0xBBB2ED) is known color: Melrose. HEX triplet: BB, B2 and ED. RGB value is (187,178,237). Sum of RGB (Red+Green+Blue) = 187+178+237=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBB2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2ED is #444D12. Grayscale: #BBBBBB. Windows color (decimal): -4476179 or 15577787. OLE color: 15577787.
HSL color Cylindrical-coordinate representation of color #BBB2ED: hue angle of 249.15º 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 #BBB2ED is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 178 | 237 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.07 |
| HSL | 249.15º | 0.62% | 0.81% | - |
| HSV(B) | 249.15º | 0.25% | 0.93% | - |
| XYZ | 51.7 | 48.52 | 86.76 | - |
| YUV | 187.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 237 | 0.21 | 0.25 | 0 | 0.07 | 249.15 | 0.62 | 0.81 |
| Hex | BB | B2 | ED | 15 | 19 | 0 | 7 | F9 | 3E | 51 |
| Octal | 273 | 262 | 355 | 25 | 31 | 0 | 7 | 371 | 76 | 121 |
| Binary | 10111011 | 10110010 | 11101101 | 10101 | 11001 | 0 | 111 | 11111001 | 111110 | 1010001 |
Color Harmonies of #BBB2ED
Complementary color
Monochromatic Colors of #BBB2ED
Black with #BBB2ED
Text Example
Text Example
White with #BBB2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2ED; }
p { color: rgb(187,178,237); }
H1.HeaderClassName
{
color: #BBB2ED;
}
.AnyTagClassName
{
color: #BBB2ED;
}
</style>
background-color css
<style>
a { background-color: #BBB2ED; }
a { background-color: rgb(187,178,237); }
div.DivClassName
{
background-color: #BBB2ED;
}
.BgClassName
{
background-color: #BBB2ED;
}
</style>
border-color css
<style>
span { border-color: #BBB2ED; }
span { border-color: rgb(187,178,237); }
td.TdClassName
{
border-color: #BBB2ED;
}
.TagClassName
{
border-color: #BBB2ED;
}
</style>