#C1BDE3

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

Shades of Lavender Grey #C1BDE3

Tints of Lavender Grey #C1BDE3

Color information

#C1BDE3 (or 0xC1BDE3) is unknown color: approx Lavender Grey. HEX triplet: C1, BD and E3. RGB value is (193,189,227). Sum of RGB (Red+Green+Blue) = 193+189+227=609 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.69% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 227 (89.06% from 255 or 37.27% from 609); Max value from RGB is 227 - color contains mainly: blue. Hex color #C1BDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDE3 is #3E421C. Grayscale: #C2C2C2. Windows color (decimal): -4080157 or 14925249. OLE color: 14925249.

HSL color Cylindrical-coordinate representation of color #C1BDE3: hue angle of 246.32º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1BDE3 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB193189227-
CMYK0.150.1700.11
HSL246.32º40.43%81.57%-
HSV(B)246.32º16.74%89.02%-
XYZ54.0653.2880.11-
YUV194.53146.33126.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.69%
GREEN value IS 189 (74.22% from 255) = 31.03%
BLUE value IS 227 (89.06% from 255) = 37.27%
R=31.69%
G=31.03%
B=37.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1931892270.150.1700.11246.3240.4381.57
HexC1BDE3F110Bf62852
Octal301275343172101336650122
Binary11000001101111011110001111111000101011111101101010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDE3; }

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

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

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

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

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

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

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

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