#C1BDEC

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

Shades of Lavender Grey #C1BDEC

Tints of Lavender Grey #C1BDEC

Color information

#C1BDEC (or 0xC1BDEC) is unknown color: approx Lavender Grey. HEX triplet: C1, BD and EC. RGB value is (193,189,236). Sum of RGB (Red+Green+Blue) = 193+189+236=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BDEC is #3E4213. Grayscale: #C3C3C3. Windows color (decimal): -4080148 or 15515073. OLE color: 15515073.

HSL color Cylindrical-coordinate representation of color #C1BDEC: hue angle of 245.11º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1BDEC is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193189236-
CMYK0.180.2000.07
HSL245.11º55.29%83.33%-
HSV(B)245.11º19.92%92.55%-
XYZ55.3353.7986.82-
YUV195.55150.83126.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.23%
GREEN value IS 189 (74.22% from 255) = 30.58%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=31.23%
G=30.58%
B=38.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931892360.180.2000.07245.1155.2983.33
HexC1BDEC121407f53753
Octal30127535422240736567123
Binary11000001101111011110110010010101000111111101011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDEC; }

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

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

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

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

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

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

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

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