Shades of Melrose #C1BBF1
Tints of Melrose #C1BBF1
RGB
CMYK
RGB Variations
Color information
#C1BBF1 (or 0xC1BBF1) is known color: Melrose. HEX triplet: C1, BB and F1. RGB value is (193,187,241). Sum of RGB (Red+Green+Blue) = 193+187+241=621 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.08% from 621); Green value is 187 (73.44% from 255 or 30.11% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #C1BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BBF1 is #3E440E. Grayscale: #C2C2C2. Windows color (decimal): -4080655 or 15842241. OLE color: 15842241.
HSL color Cylindrical-coordinate representation of color #C1BBF1: hue angle of 246.67º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1BBF1 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 187 | 241 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.05 |
| HSL | 246.67º | 0.66% | 0.84% | - |
| HSV(B) | 246.67º | 0.22% | 0.95% | - |
| XYZ | 55.64 | 53.23 | 90.56 | - |
| YUV | 194.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 241 | 0.20 | 0.22 | 0 | 0.05 | 246.67 | 0.66 | 0.84 |
| Hex | C1 | BB | F1 | 14 | 16 | 0 | 5 | F7 | 42 | 54 |
| Octal | 301 | 273 | 361 | 24 | 26 | 0 | 5 | 367 | 102 | 124 |
| Binary | 11000001 | 10111011 | 11110001 | 10100 | 10110 | 0 | 101 | 11110111 | 1000010 | 1010100 |
Color Harmonies of #C1BBF1
Complementary color
Monochromatic Colors of #C1BBF1
Black with #C1BBF1
Text Example
Text Example
White with #C1BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BBF1; }
p { color: rgb(193,187,241); }
H1.HeaderClassName
{
color: #C1BBF1;
}
.AnyTagClassName
{
color: #C1BBF1;
}
</style>
background-color css
<style>
a { background-color: #C1BBF1; }
a { background-color: rgb(193,187,241); }
div.DivClassName
{
background-color: #C1BBF1;
}
.BgClassName
{
background-color: #C1BBF1;
}
</style>
border-color css
<style>
span { border-color: #C1BBF1; }
span { border-color: rgb(193,187,241); }
td.TdClassName
{
border-color: #C1BBF1;
}
.TagClassName
{
border-color: #C1BBF1;
}
</style>