Shades of Melrose #C5BBF4
Tints of Melrose #C5BBF4
RGB
CMYK
RGB Variations
Color information
#C5BBF4 (or 0xC5BBF4) is known color: Melrose. HEX triplet: C5, BB and F4. RGB value is (197,187,244). Sum of RGB (Red+Green+Blue) = 197+187+244=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 244 (95.70% from 255 or 38.85% from 628); Max value from RGB is 244 - color contains mainly: blue. Hex color #C5BBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BBF4 is #3A440B. Grayscale: #C4C4C4. Windows color (decimal): -3818508 or 16038853. OLE color: 16038853.
HSL color Cylindrical-coordinate representation of color #C5BBF4: hue angle of 250.53º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5BBF4 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 187 | 244 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.04 |
| HSL | 250.53º | 0.72% | 0.85% | - |
| HSV(B) | 250.53º | 0.23% | 0.96% | - |
| XYZ | 57.13 | 53.94 | 92.99 | - |
| YUV | 196.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 244 | 0.19 | 0.23 | 0 | 0.04 | 250.53 | 0.72 | 0.85 |
| Hex | C5 | BB | F4 | 13 | 17 | 0 | 4 | FB | 48 | 55 |
| Octal | 305 | 273 | 364 | 23 | 27 | 0 | 4 | 373 | 110 | 125 |
| Binary | 11000101 | 10111011 | 11110100 | 10011 | 10111 | 0 | 100 | 11111011 | 1001000 | 1010101 |
Color Harmonies of #C5BBF4
Complementary color
Monochromatic Colors of #C5BBF4
Black with #C5BBF4
Text Example
Text Example
White with #C5BBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBF4; }
p { color: rgb(197,187,244); }
H1.HeaderClassName
{
color: #C5BBF4;
}
.AnyTagClassName
{
color: #C5BBF4;
}
</style>
background-color css
<style>
a { background-color: #C5BBF4; }
a { background-color: rgb(197,187,244); }
div.DivClassName
{
background-color: #C5BBF4;
}
.BgClassName
{
background-color: #C5BBF4;
}
</style>
border-color css
<style>
span { border-color: #C5BBF4; }
span { border-color: rgb(197,187,244); }
td.TdClassName
{
border-color: #C5BBF4;
}
.TagClassName
{
border-color: #C5BBF4;
}
</style>