Shades of Melrose #C2BBED
Tints of Melrose #C2BBED
RGB
CMYK
RGB Variations
Color information
#C2BBED (or 0xC2BBED) is known color: Melrose. HEX triplet: C2, BB and ED. RGB value is (194,187,237). Sum of RGB (Red+Green+Blue) = 194+187+237=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BBED is #3D4412. Grayscale: #C2C2C2. Windows color (decimal): -4015123 or 15580098. OLE color: 15580098.
HSL color Cylindrical-coordinate representation of color #C2BBED: hue angle of 248.4º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2BBED is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 187 | 237 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.07 |
| HSL | 248.4º | 0.58% | 0.83% | - |
| HSV(B) | 248.4º | 0.21% | 0.93% | - |
| XYZ | 55.3 | 53.12 | 87.46 | - |
| YUV | 194.79 | 151.82 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 237 | 0.18 | 0.21 | 0 | 0.07 | 248.4 | 0.58 | 0.83 |
| Hex | C2 | BB | ED | 12 | 15 | 0 | 7 | F8 | 3A | 53 |
| Octal | 302 | 273 | 355 | 22 | 25 | 0 | 7 | 370 | 72 | 123 |
| Binary | 11000010 | 10111011 | 11101101 | 10010 | 10101 | 0 | 111 | 11111000 | 111010 | 1010011 |
Color Harmonies of #C2BBED
Complementary color
Monochromatic Colors of #C2BBED
Black with #C2BBED
Text Example
Text Example
White with #C2BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBED; }
p { color: rgb(194,187,237); }
H1.HeaderClassName
{
color: #C2BBED;
}
.AnyTagClassName
{
color: #C2BBED;
}
</style>
background-color css
<style>
a { background-color: #C2BBED; }
a { background-color: rgb(194,187,237); }
div.DivClassName
{
background-color: #C2BBED;
}
.BgClassName
{
background-color: #C2BBED;
}
</style>
border-color css
<style>
span { border-color: #C2BBED; }
span { border-color: rgb(194,187,237); }
td.TdClassName
{
border-color: #C2BBED;
}
.TagClassName
{
border-color: #C2BBED;
}
</style>