Shades of Melrose #C2BBEA
Tints of Melrose #C2BBEA
RGB
CMYK
RGB Variations
Color information
#C2BBEA (or 0xC2BBEA) is known color: Melrose. HEX triplet: C2, BB and EA. RGB value is (194,187,234). Sum of RGB (Red+Green+Blue) = 194+187+234=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2BBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BBEA is #3D4415. Grayscale: #C2C2C2. Windows color (decimal): -4015126 or 15383490. OLE color: 15383490.
HSL color Cylindrical-coordinate representation of color #C2BBEA: hue angle of 248.94º degrees, saturation: 0.53, 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 #C2BBEA is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 194 | 187 | 234 | - |
CMYK | 0.17 | 0.20 | 0 | 0.08 |
HSL | 248.94º | 0.53% | 0.83% | - |
HSV(B) | 248.94º | 0.2% | 0.92% | - |
XYZ | 54.87 | 52.95 | 85.17 | - |
YUV | 194.45 | 150.32 | 127.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 187 | 234 | 0.17 | 0.20 | 0 | 0.08 | 248.94 | 0.53 | 0.83 |
Hex | C2 | BB | EA | 11 | 14 | 0 | 8 | F9 | 35 | 53 |
Octal | 302 | 273 | 352 | 21 | 24 | 0 | 10 | 371 | 65 | 123 |
Binary | 11000010 | 10111011 | 11101010 | 10001 | 10100 | 0 | 1000 | 11111001 | 110101 | 1010011 |
Color Harmonies of #C2BBEA
Complementary color
Monochromatic Colors of #C2BBEA
Black with #C2BBEA
Text Example
Text Example
White with #C2BBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BBEA; }
p { color: rgb(194,187,234); }
H1.HeaderClassName
{
color: #C2BBEA;
}
.AnyTagClassName
{
color: #C2BBEA;
}
</style>
background-color css
<style>
a { background-color: #C2BBEA; }
a { background-color: rgb(194,187,234); }
div.DivClassName
{
background-color: #C2BBEA;
}
.BgClassName
{
background-color: #C2BBEA;
}
</style>
border-color css
<style>
span { border-color: #C2BBEA; }
span { border-color: rgb(194,187,234); }
td.TdClassName
{
border-color: #C2BBEA;
}
.TagClassName
{
border-color: #C2BBEA;
}
</style>