Shades of Melrose #C3BCD2
Tints of Melrose #C3BCD2
RGB
CMYK
RGB Variations
Color information
#C3BCD2 (or 0xC3BCD2) is known color: Melrose. HEX triplet: C3, BC and D2. RGB value is (195,188,210). Sum of RGB (Red+Green+Blue) = 195+188+210=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 210 - color contains mainly: blue. Hex color #C3BCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCD2 is #3C432D. Grayscale: #C0C0C0. Windows color (decimal): -3949358 or 13810883. OLE color: 13810883.
HSL color Cylindrical-coordinate representation of color #C3BCD2: hue angle of 259.09º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3BCD2 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 188 | 210 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.18 |
| HSL | 259.09º | 0.2% | 0.78% | - |
| HSV(B) | 259.09º | 0.1% | 0.82% | - |
| XYZ | 52.12 | 52.22 | 68.31 | - |
| YUV | 192.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 210 | 0.07 | 0.10 | 0 | 0.18 | 259.09 | 0.2 | 0.78 |
| Hex | C3 | BC | D2 | 7 | A | 0 | 12 | 103 | 14 | 4E |
| Octal | 303 | 274 | 322 | 7 | 12 | 0 | 22 | 403 | 24 | 116 |
| Binary | 11000011 | 10111100 | 11010010 | 111 | 1010 | 0 | 10010 | 100000011 | 10100 | 1001110 |
Color Harmonies of #C3BCD2
Complementary color
Monochromatic Colors of #C3BCD2
Black with #C3BCD2
Text Example
Text Example
White with #C3BCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCD2; }
p { color: rgb(195,188,210); }
H1.HeaderClassName
{
color: #C3BCD2;
}
.AnyTagClassName
{
color: #C3BCD2;
}
</style>
background-color css
<style>
a { background-color: #C3BCD2; }
a { background-color: rgb(195,188,210); }
div.DivClassName
{
background-color: #C3BCD2;
}
.BgClassName
{
background-color: #C3BCD2;
}
</style>
border-color css
<style>
span { border-color: #C3BCD2; }
span { border-color: rgb(195,188,210); }
td.TdClassName
{
border-color: #C3BCD2;
}
.TagClassName
{
border-color: #C3BCD2;
}
</style>