Shades of Lavender Grey #C0BEEB
Tints of Lavender Grey #C0BEEB
RGB
CMYK
RGB Variations
Color information
#C0BEEB (or 0xC0BEEB) is known color: Lavender Grey. HEX triplet: C0, BE and EB. RGB value is (192,190,235). Sum of RGB (Red+Green+Blue) = 192+190+235=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEEB is #3F4114. Grayscale: #C3C3C3. Windows color (decimal): -4145429 or 15449792. OLE color: 15449792.
HSL color Cylindrical-coordinate representation of color #C0BEEB: hue angle of 242.67º degrees, saturation: 0.53, 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 #C0BEEB is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 190 | 235 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.08 |
| HSL | 242.67º | 0.53% | 0.83% | - |
| HSV(B) | 242.67º | 0.19% | 0.92% | - |
| XYZ | 55.15 | 54.03 | 86.12 | - |
| YUV | 195.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 235 | 0.18 | 0.19 | 0 | 0.08 | 242.67 | 0.53 | 0.83 |
| Hex | C0 | BE | EB | 12 | 13 | 0 | 8 | F3 | 35 | 53 |
| Octal | 300 | 276 | 353 | 22 | 23 | 0 | 10 | 363 | 65 | 123 |
| Binary | 11000000 | 10111110 | 11101011 | 10010 | 10011 | 0 | 1000 | 11110011 | 110101 | 1010011 |
Color Harmonies of #C0BEEB
Complementary color
Monochromatic Colors of #C0BEEB
Black with #C0BEEB
Text Example
Text Example
White with #C0BEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BEEB; }
p { color: rgb(192,190,235); }
H1.HeaderClassName
{
color: #C0BEEB;
}
.AnyTagClassName
{
color: #C0BEEB;
}
</style>
background-color css
<style>
a { background-color: #C0BEEB; }
a { background-color: rgb(192,190,235); }
div.DivClassName
{
background-color: #C0BEEB;
}
.BgClassName
{
background-color: #C0BEEB;
}
</style>
border-color css
<style>
span { border-color: #C0BEEB; }
span { border-color: rgb(192,190,235); }
td.TdClassName
{
border-color: #C0BEEB;
}
.TagClassName
{
border-color: #C0BEEB;
}
</style>