#C2BDDF

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

Shades of Lavender Grey #C2BDDF

Tints of Lavender Grey #C2BDDF

Color information

#C2BDDF (or 0xC2BDDF) is unknown color: approx Lavender Grey. HEX triplet: C2, BD and DF. RGB value is (194,189,223). Sum of RGB (Red+Green+Blue) = 194+189+223=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDDF is #3D4220. Grayscale: #C2C2C2. Windows color (decimal): -4014625 or 14663106. OLE color: 14663106.

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

Color convert

RGB194189223-
CMYK0.130.1500.13
HSL248.82º34.69%80.78%-
HSV(B)248.82º15.25%87.45%-
XYZ53.7753.1977.25-
YUV194.37144.16127.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.01%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=32.01%
G=31.19%
B=36.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941892230.130.1500.13248.8234.6980.78
HexC2BDDFDF0Df92351
Octal302275337151701537143121
Binary1100001010111101110111111101111101101111110011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDDF; }

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

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

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

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

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

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

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

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