Shades of Melrose #C9BBEC
Tints of Melrose #C9BBEC
RGB
CMYK
RGB Variations
Color information
#C9BBEC (or 0xC9BBEC) is known color: Melrose. HEX triplet: C9, BB and EC. RGB value is (201,187,236). Sum of RGB (Red+Green+Blue) = 201+187+236=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBEC is #364413. Grayscale: #C4C4C4. Windows color (decimal): -3556372 or 15514569. OLE color: 15514569.
HSL color Cylindrical-coordinate representation of color #C9BBEC: hue angle of 257.14º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9BBEC is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 187 | 236 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.07 |
| HSL | 257.14º | 0.56% | 0.83% | - |
| HSV(B) | 257.14º | 0.21% | 0.93% | - |
| XYZ | 57 | 54.01 | 86.78 | - |
| YUV | 196.77 | 150.14 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 236 | 0.15 | 0.21 | 0 | 0.07 | 257.14 | 0.56 | 0.83 |
| Hex | C9 | BB | EC | F | 15 | 0 | 7 | 101 | 38 | 53 |
| Octal | 311 | 273 | 354 | 17 | 25 | 0 | 7 | 401 | 70 | 123 |
| Binary | 11001001 | 10111011 | 11101100 | 1111 | 10101 | 0 | 111 | 100000001 | 111000 | 1010011 |
Color Harmonies of #C9BBEC
Complementary color
Monochromatic Colors of #C9BBEC
Black with #C9BBEC
Text Example
Text Example
White with #C9BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBEC; }
p { color: rgb(201,187,236); }
H1.HeaderClassName
{
color: #C9BBEC;
}
.AnyTagClassName
{
color: #C9BBEC;
}
</style>
background-color css
<style>
a { background-color: #C9BBEC; }
a { background-color: rgb(201,187,236); }
div.DivClassName
{
background-color: #C9BBEC;
}
.BgClassName
{
background-color: #C9BBEC;
}
</style>
border-color css
<style>
span { border-color: #C9BBEC; }
span { border-color: rgb(201,187,236); }
td.TdClassName
{
border-color: #C9BBEC;
}
.TagClassName
{
border-color: #C9BBEC;
}
</style>