Shades of Melrose #C6BAF2
Tints of Melrose #C6BAF2
RGB
CMYK
RGB Variations
Color information
#C6BAF2 (or 0xC6BAF2) is known color: Melrose. HEX triplet: C6, BA and F2. RGB value is (198,186,242). Sum of RGB (Red+Green+Blue) = 198+186+242=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #C6BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BAF2 is #39450D. Grayscale: #C3C3C3. Windows color (decimal): -3753230 or 15907526. OLE color: 15907526.
HSL color Cylindrical-coordinate representation of color #C6BAF2: hue angle of 252.86º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6BAF2 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 186 | 242 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.05 |
| HSL | 252.86º | 0.68% | 0.84% | - |
| HSV(B) | 252.86º | 0.23% | 0.95% | - |
| XYZ | 56.87 | 53.53 | 91.34 | - |
| YUV | 195.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 242 | 0.18 | 0.23 | 0 | 0.05 | 252.86 | 0.68 | 0.84 |
| Hex | C6 | BA | F2 | 12 | 17 | 0 | 5 | FD | 44 | 54 |
| Octal | 306 | 272 | 362 | 22 | 27 | 0 | 5 | 375 | 104 | 124 |
| Binary | 11000110 | 10111010 | 11110010 | 10010 | 10111 | 0 | 101 | 11111101 | 1000100 | 1010100 |
Color Harmonies of #C6BAF2
Complementary color
Monochromatic Colors of #C6BAF2
Black with #C6BAF2
Text Example
Text Example
White with #C6BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BAF2; }
p { color: rgb(198,186,242); }
H1.HeaderClassName
{
color: #C6BAF2;
}
.AnyTagClassName
{
color: #C6BAF2;
}
</style>
background-color css
<style>
a { background-color: #C6BAF2; }
a { background-color: rgb(198,186,242); }
div.DivClassName
{
background-color: #C6BAF2;
}
.BgClassName
{
background-color: #C6BAF2;
}
</style>
border-color css
<style>
span { border-color: #C6BAF2; }
span { border-color: rgb(198,186,242); }
td.TdClassName
{
border-color: #C6BAF2;
}
.TagClassName
{
border-color: #C6BAF2;
}
</style>