#C0BEEF

Color #C0BEEF Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #C0BEEF

Tints of Lavender Grey #C0BEEF

Color information

#C0BEEF (or 0xC0BEEF) is unknown color: approx 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

RGB192190239-
CMYK0.200.2100.06
HSL242.45º60.49%84.12%-
HSV(B)242.45º20.5%93.73%-
XYZ55.7354.2789.2-
YUV196.18152.16125.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 30.92%
GREEN value IS 190 (74.61% from 255) = 30.60%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=30.92%
G=30.60%
B=38.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1921902390.200.2100.06242.4560.4984.12
HexC0BEEF141506f23c54
Octal30027635724250636274124
Binary11000000101111101110111110100101010110111100101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>