Shades of Lavender Grey #C0BEEF
Tints of Lavender Grey #C0BEEF
RGB
CMYK
RGB Variations
Color information
#C0BEEF (or 0xC0BEEF) is known color: Lavender Grey. HEX triplet: C0, BE and EF. RGB value is (192,190,239). Sum of RGB (Red+Green+Blue) = 192+190+239=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEEF is #3F4110. Grayscale: #C3C3C3. Windows color (decimal): -4145425 or 15711936. OLE color: 15711936.
HSL color Cylindrical-coordinate representation of color #C0BEEF: hue angle of 242.45º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0BEEF is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 190 | 239 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.06 |
| HSL | 242.45º | 0.6% | 0.84% | - |
| HSV(B) | 242.45º | 0.21% | 0.94% | - |
| XYZ | 55.73 | 54.27 | 89.2 | - |
| YUV | 196.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 239 | 0.20 | 0.21 | 0 | 0.06 | 242.45 | 0.6 | 0.84 |
| Hex | C0 | BE | EF | 14 | 15 | 0 | 6 | F2 | 3C | 54 |
| Octal | 300 | 276 | 357 | 24 | 25 | 0 | 6 | 362 | 74 | 124 |
| Binary | 11000000 | 10111110 | 11101111 | 10100 | 10101 | 0 | 110 | 11110010 | 111100 | 1010100 |
Color Harmonies of #C0BEEF
Complementary color
Monochromatic Colors of #C0BEEF
Black with #C0BEEF
Text Example
Text Example
White with #C0BEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BEEF; }
p { color: rgb(192,190,239); }
H1.HeaderClassName
{
color: #C0BEEF;
}
.AnyTagClassName
{
color: #C0BEEF;
}
</style>
background-color css
<style>
a { background-color: #C0BEEF; }
a { background-color: rgb(192,190,239); }
div.DivClassName
{
background-color: #C0BEEF;
}
.BgClassName
{
background-color: #C0BEEF;
}
</style>
border-color css
<style>
span { border-color: #C0BEEF; }
span { border-color: rgb(192,190,239); }
td.TdClassName
{
border-color: #C0BEEF;
}
.TagClassName
{
border-color: #C0BEEF;
}
</style>