Shades of Melrose #C6BFE2
Tints of Melrose #C6BFE2
RGB
CMYK
RGB Variations
Color information
#C6BFE2 (or 0xC6BFE2) is known color: Melrose. HEX triplet: C6, BF and E2. RGB value is (198,191,226). Sum of RGB (Red+Green+Blue) = 198+191+226=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 226 (88.67% from 255 or 36.75% from 615); Max value from RGB is 226 - color contains mainly: blue. Hex color #C6BFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFE2 is #39401D. Grayscale: #C4C4C4. Windows color (decimal): -3751966 or 14860230. OLE color: 14860230.
HSL color Cylindrical-coordinate representation of color #C6BFE2: hue angle of 252º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6BFE2 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 191 | 226 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.11 |
| HSL | 252º | 0.38% | 0.82% | - |
| HSV(B) | 252º | 0.15% | 0.89% | - |
| XYZ | 55.65 | 54.76 | 79.59 | - |
| YUV | 197.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 226 | 0.12 | 0.15 | 0 | 0.11 | 252 | 0.38 | 0.82 |
| Hex | C6 | BF | E2 | C | F | 0 | B | FC | 26 | 52 |
| Octal | 306 | 277 | 342 | 14 | 17 | 0 | 13 | 374 | 46 | 122 |
| Binary | 11000110 | 10111111 | 11100010 | 1100 | 1111 | 0 | 1011 | 11111100 | 100110 | 1010010 |
Color Harmonies of #C6BFE2
Complementary color
Monochromatic Colors of #C6BFE2
Black with #C6BFE2
Text Example
Text Example
White with #C6BFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFE2; }
p { color: rgb(198,191,226); }
H1.HeaderClassName
{
color: #C6BFE2;
}
.AnyTagClassName
{
color: #C6BFE2;
}
</style>
background-color css
<style>
a { background-color: #C6BFE2; }
a { background-color: rgb(198,191,226); }
div.DivClassName
{
background-color: #C6BFE2;
}
.BgClassName
{
background-color: #C6BFE2;
}
</style>
border-color css
<style>
span { border-color: #C6BFE2; }
span { border-color: rgb(198,191,226); }
td.TdClassName
{
border-color: #C6BFE2;
}
.TagClassName
{
border-color: #C6BFE2;
}
</style>