#C2BDDE

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

Shades of Lavender Grey #C2BDDE

Tints of Lavender Grey #C2BDDE

Color information

#C2BDDE (or 0xC2BDDE) is unknown color: approx Lavender Grey. HEX triplet: C2, BD and DE. RGB value is (194,189,222). Sum of RGB (Red+Green+Blue) = 194+189+222=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDDE is #3D4221. Grayscale: #C2C2C2. Windows color (decimal): -4014626 or 14597570. OLE color: 14597570.

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

Color convert

RGB194189222-
CMYK0.130.1500.13
HSL249.09º33.33%80.59%-
HSV(B)249.09º14.86%87.06%-
XYZ53.6353.1476.54-
YUV194.26143.66127.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.07%
GREEN value IS 189 (74.22% from 255) = 31.24%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=32.07%
G=31.24%
B=36.69%

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
Decimal1941892220.130.1500.13249.0933.3380.59
HexC2BDDEDF0Df92151
Octal302275336151701537141121
Binary1100001010111101110111101101111101101111110011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDDE; }

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

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

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

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

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

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

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

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