#C1BEDC

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

Shades of Lavender Grey #C1BEDC

Tints of Lavender Grey #C1BEDC

Color information

#C1BEDC (or 0xC1BEDC) is unknown color: approx Lavender Grey. HEX triplet: C1, BE and DC. RGB value is (193,190,220). Sum of RGB (Red+Green+Blue) = 193+190+220=603 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.01% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BEDC is #3E4123. Grayscale: #C2C2C2. Windows color (decimal): -4079908 or 14466753. OLE color: 14466753.

HSL color Cylindrical-coordinate representation of color #C1BEDC: hue angle of 246º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1BEDC is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193190220-
CMYK0.120.1400.14
HSL246º30%80.39%-
HSV(B)246º13.64%86.27%-
XYZ53.3253.3375.19-
YUV194.32142.49127.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.01%
GREEN value IS 190 (74.61% from 255) = 31.51%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=32.01%
G=31.51%
B=36.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931902200.120.1400.142463080.39
HexC1BEDCCE0Ef61e50
Octal301276334141601636636120
Binary110000011011111011011100110011100111011110110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BEDC; }

 p { color: rgb(193,190,220); }

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

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

 a { background-color: rgb(193,190,220); }

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

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

 span { border-color: rgb(193,190,220); }

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