Shades of Melrose #C1BAF3
Tints of Melrose #C1BAF3
RGB
CMYK
RGB Variations
Color information
#C1BAF3 (or 0xC1BAF3) is known color: Melrose. HEX triplet: C1, BA and F3. RGB value is (193,186,243). Sum of RGB (Red+Green+Blue) = 193+186+243=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1BAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BAF3 is #3E450C. Grayscale: #C2C2C2. Windows color (decimal): -4080909 or 15973057. OLE color: 15973057.
HSL color Cylindrical-coordinate representation of color #C1BAF3: hue angle of 247.37º degrees, saturation: 0.7, 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 #C1BAF3 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 186 | 243 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.05 |
| HSL | 247.37º | 0.7% | 0.84% | - |
| HSV(B) | 247.37º | 0.23% | 0.95% | - |
| XYZ | 55.73 | 52.93 | 92.07 | - |
| YUV | 194.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 243 | 0.21 | 0.23 | 0 | 0.05 | 247.37 | 0.7 | 0.84 |
| Hex | C1 | BA | F3 | 15 | 17 | 0 | 5 | F7 | 46 | 54 |
| Octal | 301 | 272 | 363 | 25 | 27 | 0 | 5 | 367 | 106 | 124 |
| Binary | 11000001 | 10111010 | 11110011 | 10101 | 10111 | 0 | 101 | 11110111 | 1000110 | 1010100 |
Color Harmonies of #C1BAF3
Complementary color
Monochromatic Colors of #C1BAF3
Black with #C1BAF3
Text Example
Text Example
White with #C1BAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BAF3; }
p { color: rgb(193,186,243); }
H1.HeaderClassName
{
color: #C1BAF3;
}
.AnyTagClassName
{
color: #C1BAF3;
}
</style>
background-color css
<style>
a { background-color: #C1BAF3; }
a { background-color: rgb(193,186,243); }
div.DivClassName
{
background-color: #C1BAF3;
}
.BgClassName
{
background-color: #C1BAF3;
}
</style>
border-color css
<style>
span { border-color: #C1BAF3; }
span { border-color: rgb(193,186,243); }
td.TdClassName
{
border-color: #C1BAF3;
}
.TagClassName
{
border-color: #C1BAF3;
}
</style>