Shades of Melrose #C6BBF5
Tints of Melrose #C6BBF5
RGB
CMYK
RGB Variations
Color information
#C6BBF5 (or 0xC6BBF5) is known color: Melrose. HEX triplet: C6, BB and F5. RGB value is (198,187,245). Sum of RGB (Red+Green+Blue) = 198+187+245=630 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.43% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 245 (96.09% from 255 or 38.89% from 630); Max value from RGB is 245 - color contains mainly: blue. Hex color #C6BBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BBF5 is #39440A. Grayscale: #C4C4C4. Windows color (decimal): -3752971 or 16104390. OLE color: 16104390.
HSL color Cylindrical-coordinate representation of color #C6BBF5: hue angle of 251.38º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6BBF5 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 187 | 245 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.04 |
| HSL | 251.38º | 0.74% | 0.85% | - |
| HSV(B) | 251.38º | 0.24% | 0.96% | - |
| XYZ | 57.54 | 54.14 | 93.8 | - |
| YUV | 196.9 | 155.14 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 245 | 0.19 | 0.24 | 0 | 0.04 | 251.38 | 0.74 | 0.85 |
| Hex | C6 | BB | F5 | 13 | 18 | 0 | 4 | FB | 4A | 55 |
| Octal | 306 | 273 | 365 | 23 | 30 | 0 | 4 | 373 | 112 | 125 |
| Binary | 11000110 | 10111011 | 11110101 | 10011 | 11000 | 0 | 100 | 11111011 | 1001010 | 1010101 |
Color Harmonies of #C6BBF5
Complementary color
Monochromatic Colors of #C6BBF5
Black with #C6BBF5
Text Example
Text Example
White with #C6BBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BBF5; }
p { color: rgb(198,187,245); }
H1.HeaderClassName
{
color: #C6BBF5;
}
.AnyTagClassName
{
color: #C6BBF5;
}
</style>
background-color css
<style>
a { background-color: #C6BBF5; }
a { background-color: rgb(198,187,245); }
div.DivClassName
{
background-color: #C6BBF5;
}
.BgClassName
{
background-color: #C6BBF5;
}
</style>
border-color css
<style>
span { border-color: #C6BBF5; }
span { border-color: rgb(198,187,245); }
td.TdClassName
{
border-color: #C6BBF5;
}
.TagClassName
{
border-color: #C6BBF5;
}
</style>