Shades of Lavender Grey #C0BDE7
Tints of Lavender Grey #C0BDE7
RGB
CMYK
RGB Variations
Color information
#C0BDE7 (or 0xC0BDE7) is known color: Lavender Grey. HEX triplet: C0, BD and E7. RGB value is (192,189,231). Sum of RGB (Red+Green+Blue) = 192+189+231=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 231 - color contains mainly: blue. Hex color #C0BDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BDE7 is #3F4218. Grayscale: #C2C2C2. Windows color (decimal): -4145689 or 15187392. OLE color: 15187392.
HSL color Cylindrical-coordinate representation of color #C0BDE7: hue angle of 244.29º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0BDE7 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 189 | 231 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.09 |
| HSL | 244.29º | 0.47% | 0.82% | - |
| HSV(B) | 244.29º | 0.18% | 0.91% | - |
| XYZ | 54.36 | 53.37 | 83.04 | - |
| YUV | 194.69 | 148.49 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 231 | 0.17 | 0.18 | 0 | 0.09 | 244.29 | 0.47 | 0.82 |
| Hex | C0 | BD | E7 | 11 | 12 | 0 | 9 | F4 | 2F | 52 |
| Octal | 300 | 275 | 347 | 21 | 22 | 0 | 11 | 364 | 57 | 122 |
| Binary | 11000000 | 10111101 | 11100111 | 10001 | 10010 | 0 | 1001 | 11110100 | 101111 | 1010010 |
Color Harmonies of #C0BDE7
Complementary color
Monochromatic Colors of #C0BDE7
Black with #C0BDE7
Text Example
Text Example
White with #C0BDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDE7; }
p { color: rgb(192,189,231); }
H1.HeaderClassName
{
color: #C0BDE7;
}
.AnyTagClassName
{
color: #C0BDE7;
}
</style>
background-color css
<style>
a { background-color: #C0BDE7; }
a { background-color: rgb(192,189,231); }
div.DivClassName
{
background-color: #C0BDE7;
}
.BgClassName
{
background-color: #C0BDE7;
}
</style>
border-color css
<style>
span { border-color: #C0BDE7; }
span { border-color: rgb(192,189,231); }
td.TdClassName
{
border-color: #C0BDE7;
}
.TagClassName
{
border-color: #C0BDE7;
}
</style>