Shades of Lavender Grey #C0BDE1
Tints of Lavender Grey #C0BDE1
RGB
CMYK
RGB Variations
Color information
#C0BDE1 (or 0xC0BDE1) is known color: Lavender Grey. HEX triplet: C0, BD and E1. RGB value is (192,189,225). Sum of RGB (Red+Green+Blue) = 192+189+225=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #C0BDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDE1 is #3F421E. Grayscale: #C1C1C1. Windows color (decimal): -4145695 or 14794176. OLE color: 14794176.
HSL color Cylindrical-coordinate representation of color #C0BDE1: hue angle of 245º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0BDE1 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 189 | 225 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.12 |
| HSL | 245º | 0.38% | 0.81% | - |
| HSV(B) | 245º | 0.16% | 0.88% | - |
| XYZ | 53.53 | 53.04 | 78.65 | - |
| YUV | 194 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 225 | 0.15 | 0.16 | 0 | 0.12 | 245 | 0.38 | 0.81 |
| Hex | C0 | BD | E1 | F | 10 | 0 | C | F5 | 26 | 51 |
| Octal | 300 | 275 | 341 | 17 | 20 | 0 | 14 | 365 | 46 | 121 |
| Binary | 11000000 | 10111101 | 11100001 | 1111 | 10000 | 0 | 1100 | 11110101 | 100110 | 1010001 |
Color Harmonies of #C0BDE1
Complementary color
Monochromatic Colors of #C0BDE1
Black with #C0BDE1
Text Example
Text Example
White with #C0BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDE1; }
p { color: rgb(192,189,225); }
H1.HeaderClassName
{
color: #C0BDE1;
}
.AnyTagClassName
{
color: #C0BDE1;
}
</style>
background-color css
<style>
a { background-color: #C0BDE1; }
a { background-color: rgb(192,189,225); }
div.DivClassName
{
background-color: #C0BDE1;
}
.BgClassName
{
background-color: #C0BDE1;
}
</style>
border-color css
<style>
span { border-color: #C0BDE1; }
span { border-color: rgb(192,189,225); }
td.TdClassName
{
border-color: #C0BDE1;
}
.TagClassName
{
border-color: #C0BDE1;
}
</style>