#C1BCE3

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

Shades of Lavender Grey #C1BCE3

Tints of Lavender Grey #C1BCE3

Color information

#C1BCE3 (or 0xC1BCE3) is unknown color: approx Lavender Grey. HEX triplet: C1, BC and E3. RGB value is (193,188,227). Sum of RGB (Red+Green+Blue) = 193+188+227=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 227 (89.06% from 255 or 37.34% from 608); Max value from RGB is 227 - color contains mainly: blue. Hex color #C1BCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCE3 is #3E431C. Grayscale: #C1C1C1. Windows color (decimal): -4080413 or 14924993. OLE color: 14924993.

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

Color convert

RGB193188227-
CMYK0.150.1700.11
HSL247.69º41.05%81.37%-
HSV(B)247.69º17.18%89.02%-
XYZ53.8452.8580.04-
YUV193.94146.66127.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.74%
GREEN value IS 188 (73.83% from 255) = 30.92%
BLUE value IS 227 (89.06% from 255) = 37.34%
R=31.74%
G=30.92%
B=37.34%

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
Decimal1931882270.150.1700.11247.6941.0581.37
HexC1BCE3F110Bf82951
Octal301274343172101337051121
Binary11000001101111001110001111111000101011111110001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BCE3; }

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

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

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

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

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

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

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

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