#C1BEEF

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

Shades of Lavender Blue #C1BEEF

Tints of Lavender Blue #C1BEEF

Color information

#C1BEEF (or 0xC1BEEF) is unknown color: approx Lavender Blue. HEX triplet: C1, BE and EF. RGB value is (193,190,239). Sum of RGB (Red+Green+Blue) = 193+190+239=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BEEF is #3E4110. Grayscale: #C4C4C4. Windows color (decimal): -4079889 or 15711937. OLE color: 15711937.

HSL color Cylindrical-coordinate representation of color #C1BEEF: hue angle of 243.67º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1BEEF is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB193190239-
CMYK0.190.2100.06
HSL243.67º60.49%84.12%-
HSV(B)243.67º20.5%93.73%-
XYZ55.9954.489.21-
YUV196.48151.99125.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.03%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 239 (93.75% from 255) = 38.42%
R=31.03%
G=30.55%
B=38.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1931902390.190.2100.06243.6760.4984.12
HexC1BEEF131506f43c54
Octal30127635723250636474124
Binary11000001101111101110111110011101010110111101001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BEEF; }

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

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

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

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

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

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

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

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