#C1BDDE

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

Shades of Lavender Grey #C1BDDE

Tints of Lavender Grey #C1BDDE

Color information

#C1BDDE (or 0xC1BDDE) is unknown color: approx Lavender Grey. HEX triplet: C1, BD and DE. RGB value is (193,189,222). Sum of RGB (Red+Green+Blue) = 193+189+222=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #C1BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDDE is #3E4221. Grayscale: #C1C1C1. Windows color (decimal): -4080162 or 14597569. OLE color: 14597569.

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

Color convert

RGB193189222-
CMYK0.130.1500.13
HSL247.27º33.33%80.59%-
HSV(B)247.27º14.86%87.06%-
XYZ53.3753.0176.53-
YUV193.96143.83127.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.95%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=31.95%
G=31.29%
B=36.75%

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
Decimal1931892220.130.1500.13247.2733.3380.59
HexC1BDDEDF0Df72151
Octal301275336151701536741121
Binary1100000110111101110111101101111101101111101111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDDE; }

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

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

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

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

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

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

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

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