#C1BEEA

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

Shades of Lavender Grey #C1BEEA

Tints of Lavender Grey #C1BEEA

Color information

#C1BEEA (or 0xC1BEEA) is unknown color: approx Lavender Grey. HEX triplet: C1, BE and EA. RGB value is (193,190,234). Sum of RGB (Red+Green+Blue) = 193+190+234=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BEEA is #3E4115. Grayscale: #C3C3C3. Windows color (decimal): -4079894 or 15384257. OLE color: 15384257.

HSL color Cylindrical-coordinate representation of color #C1BEEA: hue angle of 244.09º degrees, saturation: 0.51, 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 #C1BEEA is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193190234-
CMYK0.180.1900.08
HSL244.09º51.16%83.14%-
HSV(B)244.09º18.8%91.76%-
XYZ55.2654.185.37-
YUV195.91149.49125.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.28%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=31.28%
G=30.79%
B=37.93%

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
Decimal1931902340.180.1900.08244.0951.1683.14
HexC1BEEA121308f43353
Octal301276352222301036463123
Binary110000011011111011101010100101001101000111101001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BEEA; }

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

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

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

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

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

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

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

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