Shades of Melrose #C6BBF1
Tints of Melrose #C6BBF1
RGB
CMYK
RGB Variations
Color information
#C6BBF1 (or 0xC6BBF1) is known color: Melrose. HEX triplet: C6, BB and F1. RGB value is (198,187,241). Sum of RGB (Red+Green+Blue) = 198+187+241=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #C6BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BBF1 is #39440E. Grayscale: #C4C4C4. Windows color (decimal): -3752975 or 15842246. OLE color: 15842246.
HSL color Cylindrical-coordinate representation of color #C6BBF1: hue angle of 252.22º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6BBF1 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 187 | 241 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.05 |
| HSL | 252.22º | 0.66% | 0.84% | - |
| HSV(B) | 252.22º | 0.22% | 0.95% | - |
| XYZ | 56.94 | 53.9 | 90.62 | - |
| YUV | 196.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 241 | 0.18 | 0.22 | 0 | 0.05 | 252.22 | 0.66 | 0.84 |
| Hex | C6 | BB | F1 | 12 | 16 | 0 | 5 | FC | 42 | 54 |
| Octal | 306 | 273 | 361 | 22 | 26 | 0 | 5 | 374 | 102 | 124 |
| Binary | 11000110 | 10111011 | 11110001 | 10010 | 10110 | 0 | 101 | 11111100 | 1000010 | 1010100 |
Color Harmonies of #C6BBF1
Complementary color
Monochromatic Colors of #C6BBF1
Black with #C6BBF1
Text Example
Text Example
White with #C6BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BBF1; }
p { color: rgb(198,187,241); }
H1.HeaderClassName
{
color: #C6BBF1;
}
.AnyTagClassName
{
color: #C6BBF1;
}
</style>
background-color css
<style>
a { background-color: #C6BBF1; }
a { background-color: rgb(198,187,241); }
div.DivClassName
{
background-color: #C6BBF1;
}
.BgClassName
{
background-color: #C6BBF1;
}
</style>
border-color css
<style>
span { border-color: #C6BBF1; }
span { border-color: rgb(198,187,241); }
td.TdClassName
{
border-color: #C6BBF1;
}
.TagClassName
{
border-color: #C6BBF1;
}
</style>