Shades of Lavender Grey #C0BEEC
Tints of Lavender Grey #C0BEEC
RGB
CMYK
RGB Variations
Color information
#C0BEEC (or 0xC0BEEC) is known color: Lavender Grey. HEX triplet: C0, BE and EC. RGB value is (192,190,236). Sum of RGB (Red+Green+Blue) = 192+190+236=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0BEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEEC is #3F4113. Grayscale: #C3C3C3. Windows color (decimal): -4145428 or 15515328. OLE color: 15515328.
HSL color Cylindrical-coordinate representation of color #C0BEEC: hue angle of 242.61º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0BEEC is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 190 | 236 | - |
CMYK | 0.19 | 0.19 | 0 | 0.07 |
HSL | 242.61º | 0.55% | 0.84% | - |
HSV(B) | 242.61º | 0.19% | 0.93% | - |
XYZ | 55.29 | 54.09 | 86.88 | - |
YUV | 195.84 | 150.66 | 125.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 190 | 236 | 0.19 | 0.19 | 0 | 0.07 | 242.61 | 0.55 | 0.84 |
Hex | C0 | BE | EC | 13 | 13 | 0 | 7 | F3 | 37 | 54 |
Octal | 300 | 276 | 354 | 23 | 23 | 0 | 7 | 363 | 67 | 124 |
Binary | 11000000 | 10111110 | 11101100 | 10011 | 10011 | 0 | 111 | 11110011 | 110111 | 1010100 |
Color Harmonies of #C0BEEC
Complementary color
Monochromatic Colors of #C0BEEC
Black with #C0BEEC
Text Example
Text Example
White with #C0BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BEEC; }
p { color: rgb(192,190,236); }
H1.HeaderClassName
{
color: #C0BEEC;
}
.AnyTagClassName
{
color: #C0BEEC;
}
</style>
background-color css
<style>
a { background-color: #C0BEEC; }
a { background-color: rgb(192,190,236); }
div.DivClassName
{
background-color: #C0BEEC;
}
.BgClassName
{
background-color: #C0BEEC;
}
</style>
border-color css
<style>
span { border-color: #C0BEEC; }
span { border-color: rgb(192,190,236); }
td.TdClassName
{
border-color: #C0BEEC;
}
.TagClassName
{
border-color: #C0BEEC;
}
</style>