#C2BDE0

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

Shades of Lavender Grey #C2BDE0

Tints of Lavender Grey #C2BDE0

Color information

#C2BDE0 (or 0xC2BDE0) is unknown color: approx Lavender Grey. HEX triplet: C2, BD and E0. RGB value is (194,189,224). Sum of RGB (Red+Green+Blue) = 194+189+224=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #C2BDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDE0 is #3D421F. Grayscale: #C2C2C2. Windows color (decimal): -4014624 or 14728642. OLE color: 14728642.

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

Color convert

RGB194189224-
CMYK0.130.1600.12
HSL248.57º36.08%80.98%-
HSV(B)248.57º15.62%87.84%-
XYZ53.953.2577.96-
YUV194.48144.66127.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.96%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 224 (87.89% from 255) = 36.90%
R=31.96%
G=31.14%
B=36.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941892240.130.1600.12248.5736.0880.98
HexC2BDE0D100Cf92451
Octal302275340152001437144121
Binary11000010101111011110000011011000001100111110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDE0; }

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

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

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

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

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

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

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

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