Shades of Melrose #C0B8F3
Tints of Melrose #C0B8F3
RGB
CMYK
RGB Variations
Color information
#C0B8F3 (or 0xC0B8F3) is known color: Melrose. HEX triplet: C0, B8 and F3. RGB value is (192,184,243). Sum of RGB (Red+Green+Blue) = 192+184+243=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0B8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B8F3 is #3F470C. Grayscale: #C0C0C0. Windows color (decimal): -4146957 or 15972544. OLE color: 15972544.
HSL color Cylindrical-coordinate representation of color #C0B8F3: hue angle of 248.14º 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 #C0B8F3 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 184 | 243 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.05 |
| HSL | 248.14º | 0.71% | 0.84% | - |
| HSV(B) | 248.14º | 0.24% | 0.95% | - |
| XYZ | 55.06 | 51.96 | 91.92 | - |
| YUV | 193.12 | 156.15 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 243 | 0.21 | 0.24 | 0 | 0.05 | 248.14 | 0.71 | 0.84 |
| Hex | C0 | B8 | F3 | 15 | 18 | 0 | 5 | F8 | 47 | 54 |
| Octal | 300 | 270 | 363 | 25 | 30 | 0 | 5 | 370 | 107 | 124 |
| Binary | 11000000 | 10111000 | 11110011 | 10101 | 11000 | 0 | 101 | 11111000 | 1000111 | 1010100 |
Color Harmonies of #C0B8F3
Complementary color
Monochromatic Colors of #C0B8F3
Black with #C0B8F3
Text Example
Text Example
White with #C0B8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B8F3; }
p { color: rgb(192,184,243); }
H1.HeaderClassName
{
color: #C0B8F3;
}
.AnyTagClassName
{
color: #C0B8F3;
}
</style>
background-color css
<style>
a { background-color: #C0B8F3; }
a { background-color: rgb(192,184,243); }
div.DivClassName
{
background-color: #C0B8F3;
}
.BgClassName
{
background-color: #C0B8F3;
}
</style>
border-color css
<style>
span { border-color: #C0B8F3; }
span { border-color: rgb(192,184,243); }
td.TdClassName
{
border-color: #C0B8F3;
}
.TagClassName
{
border-color: #C0B8F3;
}
</style>