#C1BEEB

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

Shades of Lavender Grey #C1BEEB

Tints of Lavender Grey #C1BEEB

Color information

#C1BEEB (or 0xC1BEEB) is unknown color: approx Lavender Grey. HEX triplet: C1, BE and EB. RGB value is (193,190,235). Sum of RGB (Red+Green+Blue) = 193+190+235=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BEEB is #3E4114. Grayscale: #C3C3C3. Windows color (decimal): -4079893 or 15449793. OLE color: 15449793.

HSL color Cylindrical-coordinate representation of color #C1BEEB: hue angle of 244º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1BEEB is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193190235-
CMYK0.180.1900.08
HSL244º52.94%83.33%-
HSV(B)244º19.15%92.16%-
XYZ55.454.1686.13-
YUV196.03149.99125.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.23%
GREEN value IS 190 (74.61% from 255) = 30.74%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=31.23%
G=30.74%
B=38.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931902350.180.1900.0824452.9483.33
HexC1BEEB121308f43553
Octal301276353222301036465123
Binary110000011011111011101011100101001101000111101001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BEEB; }

 p { color: rgb(193,190,235); }

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

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

 a { background-color: rgb(193,190,235); }

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

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

 span { border-color: rgb(193,190,235); }

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