Shades of Melrose #C3BCED
Tints of Melrose #C3BCED
RGB
CMYK
RGB Variations
Color information
#C3BCED (or 0xC3BCED) is known color: Melrose. HEX triplet: C3, BC and ED. RGB value is (195,188,237). Sum of RGB (Red+Green+Blue) = 195+188+237=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #C3BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BCED is #3C4312. Grayscale: #C3C3C3. Windows color (decimal): -3949331 or 15580355. OLE color: 15580355.
HSL color Cylindrical-coordinate representation of color #C3BCED: hue angle of 248.57º 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 #C3BCED is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 188 | 237 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.07 |
| HSL | 248.57º | 0.58% | 0.83% | - |
| HSV(B) | 248.57º | 0.21% | 0.93% | - |
| XYZ | 55.77 | 53.68 | 87.54 | - |
| YUV | 195.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 237 | 0.18 | 0.21 | 0 | 0.07 | 248.57 | 0.58 | 0.83 |
| Hex | C3 | BC | ED | 12 | 15 | 0 | 7 | F9 | 3A | 53 |
| Octal | 303 | 274 | 355 | 22 | 25 | 0 | 7 | 371 | 72 | 123 |
| Binary | 11000011 | 10111100 | 11101101 | 10010 | 10101 | 0 | 111 | 11111001 | 111010 | 1010011 |
Color Harmonies of #C3BCED
Complementary color
Monochromatic Colors of #C3BCED
Black with #C3BCED
Text Example
Text Example
White with #C3BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCED; }
p { color: rgb(195,188,237); }
H1.HeaderClassName
{
color: #C3BCED;
}
.AnyTagClassName
{
color: #C3BCED;
}
</style>
background-color css
<style>
a { background-color: #C3BCED; }
a { background-color: rgb(195,188,237); }
div.DivClassName
{
background-color: #C3BCED;
}
.BgClassName
{
background-color: #C3BCED;
}
</style>
border-color css
<style>
span { border-color: #C3BCED; }
span { border-color: rgb(195,188,237); }
td.TdClassName
{
border-color: #C3BCED;
}
.TagClassName
{
border-color: #C3BCED;
}
</style>