Shades of Lavender Grey #C0BEEA
Tints of Lavender Grey #C0BEEA
RGB
CMYK
RGB Variations
Color information
#C0BEEA (or 0xC0BEEA) is known color: Lavender Grey. HEX triplet: C0, BE and EA. RGB value is (192,190,234). Sum of RGB (Red+Green+Blue) = 192+190+234=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEEA is #3F4115. Grayscale: #C3C3C3. Windows color (decimal): -4145430 or 15384256. OLE color: 15384256.
HSL color Cylindrical-coordinate representation of color #C0BEEA: hue angle of 242.73º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0BEEA is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 190 | 234 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.08 |
| HSL | 242.73º | 0.51% | 0.83% | - |
| HSV(B) | 242.73º | 0.19% | 0.92% | - |
| XYZ | 55 | 53.97 | 85.36 | - |
| YUV | 195.61 | 149.66 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 234 | 0.18 | 0.19 | 0 | 0.08 | 242.73 | 0.51 | 0.83 |
| Hex | C0 | BE | EA | 12 | 13 | 0 | 8 | F3 | 33 | 53 |
| Octal | 300 | 276 | 352 | 22 | 23 | 0 | 10 | 363 | 63 | 123 |
| Binary | 11000000 | 10111110 | 11101010 | 10010 | 10011 | 0 | 1000 | 11110011 | 110011 | 1010011 |
Color Harmonies of #C0BEEA
Complementary color
Monochromatic Colors of #C0BEEA
Black with #C0BEEA
Text Example
Text Example
White with #C0BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BEEA; }
p { color: rgb(192,190,234); }
H1.HeaderClassName
{
color: #C0BEEA;
}
.AnyTagClassName
{
color: #C0BEEA;
}
</style>
background-color css
<style>
a { background-color: #C0BEEA; }
a { background-color: rgb(192,190,234); }
div.DivClassName
{
background-color: #C0BEEA;
}
.BgClassName
{
background-color: #C0BEEA;
}
</style>
border-color css
<style>
span { border-color: #C0BEEA; }
span { border-color: rgb(192,190,234); }
td.TdClassName
{
border-color: #C0BEEA;
}
.TagClassName
{
border-color: #C0BEEA;
}
</style>