#C2BDE6

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

Shades of Lavender Grey #C2BDE6

Tints of Lavender Grey #C2BDE6

Color information

#C2BDE6 (or 0xC2BDE6) is unknown color: approx Lavender Grey. HEX triplet: C2, BD and E6. RGB value is (194,189,230). Sum of RGB (Red+Green+Blue) = 194+189+230=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #C2BDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDE6 is #3D4219. Grayscale: #C3C3C3. Windows color (decimal): -4014618 or 15121858. OLE color: 15121858.

HSL color Cylindrical-coordinate representation of color #C2BDE6: hue angle of 247.32º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2BDE6 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB194189230-
CMYK0.160.1800.10
HSL247.32º45.05%82.16%-
HSV(B)247.32º17.83%90.2%-
XYZ54.7353.5882.32-
YUV195.17147.66127.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.65%
GREEN value IS 189 (74.22% from 255) = 30.83%
BLUE value IS 230 (90.23% from 255) = 37.52%
R=31.65%
G=30.83%
B=37.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1941892300.160.1800.10247.3245.0582.16
HexC2BDE610120Af72d52
Octal302275346202201236755122
Binary110000101011110111100110100001001001010111101111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDE6; }

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

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

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

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

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

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

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

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