Shades of Melrose #C2BAF4
Tints of Melrose #C2BAF4
RGB
CMYK
RGB Variations
Color information
#C2BAF4 (or 0xC2BAF4) is known color: Melrose. HEX triplet: C2, BA and F4. RGB value is (194,186,244). Sum of RGB (Red+Green+Blue) = 194+186+244=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 244 (95.70% from 255 or 39.10% from 624); Max value from RGB is 244 - color contains mainly: blue. Hex color #C2BAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BAF4 is #3D450B. Grayscale: #C2C2C2. Windows color (decimal): -4015372 or 16038594. OLE color: 16038594.
HSL color Cylindrical-coordinate representation of color #C2BAF4: hue angle of 248.28º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2BAF4 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 186 | 244 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.04 |
| HSL | 248.28º | 0.73% | 0.84% | - |
| HSV(B) | 248.28º | 0.24% | 0.96% | - |
| XYZ | 56.14 | 53.12 | 92.88 | - |
| YUV | 195 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 244 | 0.20 | 0.24 | 0 | 0.04 | 248.28 | 0.73 | 0.84 |
| Hex | C2 | BA | F4 | 14 | 18 | 0 | 4 | F8 | 48 | 54 |
| Octal | 302 | 272 | 364 | 24 | 30 | 0 | 4 | 370 | 110 | 124 |
| Binary | 11000010 | 10111010 | 11110100 | 10100 | 11000 | 0 | 100 | 11111000 | 1001000 | 1010100 |
Color Harmonies of #C2BAF4
Complementary color
Monochromatic Colors of #C2BAF4
Black with #C2BAF4
Text Example
Text Example
White with #C2BAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BAF4; }
p { color: rgb(194,186,244); }
H1.HeaderClassName
{
color: #C2BAF4;
}
.AnyTagClassName
{
color: #C2BAF4;
}
</style>
background-color css
<style>
a { background-color: #C2BAF4; }
a { background-color: rgb(194,186,244); }
div.DivClassName
{
background-color: #C2BAF4;
}
.BgClassName
{
background-color: #C2BAF4;
}
</style>
border-color css
<style>
span { border-color: #C2BAF4; }
span { border-color: rgb(194,186,244); }
td.TdClassName
{
border-color: #C2BAF4;
}
.TagClassName
{
border-color: #C2BAF4;
}
</style>