Shades of Melrose #C2BBEB
Tints of Melrose #C2BBEB
RGB
CMYK
RGB Variations
Color information
#C2BBEB (or 0xC2BBEB) is known color: Melrose. HEX triplet: C2, BB and EB. RGB value is (194,187,235). Sum of RGB (Red+Green+Blue) = 194+187+235=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BBEB is #3D4414. Grayscale: #C2C2C2. Windows color (decimal): -4015125 or 15449026. OLE color: 15449026.
HSL color Cylindrical-coordinate representation of color #C2BBEB: hue angle of 248.75º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2BBEB is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 187 | 235 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.08 |
| HSL | 248.75º | 0.55% | 0.83% | - |
| HSV(B) | 248.75º | 0.2% | 0.92% | - |
| XYZ | 55.01 | 53.01 | 85.93 | - |
| YUV | 194.57 | 150.82 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 235 | 0.17 | 0.20 | 0 | 0.08 | 248.75 | 0.55 | 0.83 |
| Hex | C2 | BB | EB | 11 | 14 | 0 | 8 | F9 | 37 | 53 |
| Octal | 302 | 273 | 353 | 21 | 24 | 0 | 10 | 371 | 67 | 123 |
| Binary | 11000010 | 10111011 | 11101011 | 10001 | 10100 | 0 | 1000 | 11111001 | 110111 | 1010011 |
Color Harmonies of #C2BBEB
Complementary color
Monochromatic Colors of #C2BBEB
Black with #C2BBEB
Text Example
Text Example
White with #C2BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBEB; }
p { color: rgb(194,187,235); }
H1.HeaderClassName
{
color: #C2BBEB;
}
.AnyTagClassName
{
color: #C2BBEB;
}
</style>
background-color css
<style>
a { background-color: #C2BBEB; }
a { background-color: rgb(194,187,235); }
div.DivClassName
{
background-color: #C2BBEB;
}
.BgClassName
{
background-color: #C2BBEB;
}
</style>
border-color css
<style>
span { border-color: #C2BBEB; }
span { border-color: rgb(194,187,235); }
td.TdClassName
{
border-color: #C2BBEB;
}
.TagClassName
{
border-color: #C2BBEB;
}
</style>