#C1BCE0

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

Shades of Lavender Grey #C1BCE0

Tints of Lavender Grey #C1BCE0

Color information

#C1BCE0 (or 0xC1BCE0) is unknown color: approx Lavender Grey. HEX triplet: C1, BC and E0. RGB value is (193,188,224). Sum of RGB (Red+Green+Blue) = 193+188+224=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #C1BCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCE0 is #3E431F. Grayscale: #C1C1C1. Windows color (decimal): -4080416 or 14728385. OLE color: 14728385.

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

Color convert

RGB193188224-
CMYK0.140.1600.12
HSL248.33º36.73%80.78%-
HSV(B)248.33º16.07%87.84%-
XYZ53.4352.6977.87-
YUV193.6145.16127.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.90%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 224 (87.89% from 255) = 37.02%
R=31.90%
G=31.07%
B=37.02%

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
Decimal1931882240.140.1600.12248.3336.7380.78
HexC1BCE0E100Cf82551
Octal301274340162001437045121
Binary11000001101111001110000011101000001100111110001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BCE0; }

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

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

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

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

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

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

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

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