#C1BDE0

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

Shades of Lavender Grey #C1BDE0

Tints of Lavender Grey #C1BDE0

Color information

#C1BDE0 (or 0xC1BDE0) is unknown color: approx Lavender Grey. HEX triplet: C1, BD and E0. RGB value is (193,189,224). Sum of RGB (Red+Green+Blue) = 193+189+224=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #C1BDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDE0 is #3E421F. Grayscale: #C2C2C2. Windows color (decimal): -4080160 or 14728641. OLE color: 14728641.

HSL color Cylindrical-coordinate representation of color #C1BDE0: hue angle of 246.86º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1BDE0 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB193189224-
CMYK0.140.1600.12
HSL246.86º36.08%80.98%-
HSV(B)246.86º15.62%87.84%-
XYZ53.6453.1177.95-
YUV194.19144.83127.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.85%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 224 (87.89% from 255) = 36.96%
R=31.85%
G=31.19%
B=36.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1931892240.140.1600.12246.8636.0880.98
HexC1BDE0E100Cf72451
Octal301275340162001436744121
Binary11000001101111011110000011101000001100111101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDE0; }

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

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

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

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

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

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

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

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