#C1BCE1

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

Shades of Lavender Grey #C1BCE1

Tints of Lavender Grey #C1BCE1

Color information

#C1BCE1 (or 0xC1BCE1) is unknown color: approx Lavender Grey. HEX triplet: C1, BC and E1. RGB value is (193,188,225). Sum of RGB (Red+Green+Blue) = 193+188+225=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #C1BCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCE1 is #3E431E. Grayscale: #C1C1C1. Windows color (decimal): -4080415 or 14793921. OLE color: 14793921.

HSL color Cylindrical-coordinate representation of color #C1BCE1: hue angle of 248.11º degrees, saturation: 0.38, 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 #C1BCE1 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB193188225-
CMYK0.140.1600.12
HSL248.11º38.14%80.98%-
HSV(B)248.11º16.44%88.24%-
XYZ53.5752.7478.59-
YUV193.71145.66127.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.85%
GREEN value IS 188 (73.83% from 255) = 31.02%
BLUE value IS 225 (88.28% from 255) = 37.13%
R=31.85%
G=31.02%
B=37.13%

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
Decimal1931882250.140.1600.12248.1138.1480.98
HexC1BCE1E100Cf82651
Octal301274341162001437046121
Binary11000001101111001110000111101000001100111110001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BCE1; }

 p { color: rgb(193,188,225); }

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

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

 a { background-color: rgb(193,188,225); }

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

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

 span { border-color: rgb(193,188,225); }

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