#C0BEE0

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

Shades of Lavender Grey #C0BEE0

Tints of Lavender Grey #C0BEE0

Color information

#C0BEE0 (or 0xC0BEE0) is unknown color: approx Lavender Grey. HEX triplet: C0, BE and E0. RGB value is (192,190,224). Sum of RGB (Red+Green+Blue) = 192+190+224=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #C0BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BEE0 is #3F411F. Grayscale: #C2C2C2. Windows color (decimal): -4145440 or 14728896. OLE color: 14728896.

HSL color Cylindrical-coordinate representation of color #C0BEE0: hue angle of 243.53º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0BEE0 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192190224-
CMYK0.140.1500.12
HSL243.53º35.42%81.18%-
HSV(B)243.53º15.18%87.84%-
XYZ53.6153.4278.01-
YUV194.47144.66126.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.68%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 224 (87.89% from 255) = 36.96%
R=31.68%
G=31.35%
B=36.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1921902240.140.1500.12243.5335.4281.18
HexC0BEE0EF0Cf42351
Octal300276340161701436443121
Binary1100000010111110111000001110111101100111101001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEE0; }

 p { color: rgb(192,190,224); }

 H1.HeaderClassName
 {
   color: #C0BEE0;
 }
 .AnyTagClassName
 {
   color: #C0BEE0;
 }
</style>
background-color css

<style>
 a { background-color: #C0BEE0; }

 a { background-color: rgb(192,190,224); }

 div.DivClassName
 {
   background-color: #C0BEE0;
 }
 .BgClassName
 {
   background-color: #C0BEE0;
 }
</style>
border-color css

<style>
 span { border-color: #C0BEE0; }

 span { border-color: rgb(192,190,224); }

 td.TdClassName
 {
   border-color: #C0BEE0;
 }
 .TagClassName
 {
   border-color: #C0BEE0;
 }
</style>