#C2BEE0

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

Shades of Lavender Grey #C2BEE0

Tints of Lavender Grey #C2BEE0

Color information

#C2BEE0 (or 0xC2BEE0) is unknown color: approx Lavender Grey. HEX triplet: C2, BE and E0. RGB value is (194,190,224). Sum of RGB (Red+Green+Blue) = 194+190+224=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #C2BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEE0 is #3D411F. Grayscale: #C2C2C2. Windows color (decimal): -4014368 or 14728898. OLE color: 14728898.

HSL color Cylindrical-coordinate representation of color #C2BEE0: hue angle of 247.06º 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 #C2BEE0 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB194190224-
CMYK0.130.1500.12
HSL247.06º35.42%81.18%-
HSV(B)247.06º15.18%87.84%-
XYZ54.1253.6878.03-
YUV195.07144.33127.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.91%
GREEN value IS 190 (74.61% from 255) = 31.25%
BLUE value IS 224 (87.89% from 255) = 36.84%
R=31.91%
G=31.25%
B=36.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941902240.130.1500.12247.0635.4281.18
HexC2BEE0DF0Cf72351
Octal302276340151701436743121
Binary1100001010111110111000001101111101100111101111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BEE0; }

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

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

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

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

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

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

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

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