Shades of Melrose #C0B9F3
Tints of Melrose #C0B9F3
RGB
CMYK
RGB Variations
Color information
#C0B9F3 (or 0xC0B9F3) is known color: Melrose. HEX triplet: C0, B9 and F3. RGB value is (192,185,243). Sum of RGB (Red+Green+Blue) = 192+185+243=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0B9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B9F3 is #3F460C. Grayscale: #C1C1C1. Windows color (decimal): -4146701 or 15972800. OLE color: 15972800.
HSL color Cylindrical-coordinate representation of color #C0B9F3: hue angle of 247.24º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0B9F3 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 185 | 243 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.05 |
| HSL | 247.24º | 0.71% | 0.84% | - |
| HSV(B) | 247.24º | 0.24% | 0.95% | - |
| XYZ | 55.26 | 52.38 | 91.99 | - |
| YUV | 193.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 185 | 243 | 0.21 | 0.24 | 0 | 0.05 | 247.24 | 0.71 | 0.84 |
| Hex | C0 | B9 | F3 | 15 | 18 | 0 | 5 | F7 | 47 | 54 |
| Octal | 300 | 271 | 363 | 25 | 30 | 0 | 5 | 367 | 107 | 124 |
| Binary | 11000000 | 10111001 | 11110011 | 10101 | 11000 | 0 | 101 | 11110111 | 1000111 | 1010100 |
Color Harmonies of #C0B9F3
Complementary color
Monochromatic Colors of #C0B9F3
Black with #C0B9F3
Text Example
Text Example
White with #C0B9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B9F3; }
p { color: rgb(192,185,243); }
H1.HeaderClassName
{
color: #C0B9F3;
}
.AnyTagClassName
{
color: #C0B9F3;
}
</style>
background-color css
<style>
a { background-color: #C0B9F3; }
a { background-color: rgb(192,185,243); }
div.DivClassName
{
background-color: #C0B9F3;
}
.BgClassName
{
background-color: #C0B9F3;
}
</style>
border-color css
<style>
span { border-color: #C0B9F3; }
span { border-color: rgb(192,185,243); }
td.TdClassName
{
border-color: #C0B9F3;
}
.TagClassName
{
border-color: #C0B9F3;
}
</style>