#C1BEF5

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

Shades of Lavender Blue #C1BEF5

Tints of Lavender Blue #C1BEF5

Color information

#C1BEF5 (or 0xC1BEF5) is unknown color: approx Lavender Blue. HEX triplet: C1, BE and F5. RGB value is (193,190,245). Sum of RGB (Red+Green+Blue) = 193+190+245=628 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.73% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 245 - color contains mainly: blue. Hex color #C1BEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BEF5 is #3E410A. Grayscale: #C4C4C4. Windows color (decimal): -4079883 or 16105153. OLE color: 16105153.

HSL color Cylindrical-coordinate representation of color #C1BEF5: hue angle of 243.27º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1BEF5 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB193190245-
CMYK0.210.2200.04
HSL243.27º73.33%85.29%-
HSV(B)243.27º22.45%96.08%-
XYZ56.8954.7693.96-
YUV197.17154.99125.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.73%
GREEN value IS 190 (74.61% from 255) = 30.25%
BLUE value IS 245 (96.09% from 255) = 39.01%
R=30.73%
G=30.25%
B=39.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1931902450.210.2200.04243.2773.3385.29
HexC1BEF5151604f34955
Octal301276365252604363111125
Binary110000011011111011110101101011011001001111001110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BEF5; }

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

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

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

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

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

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

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

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