#C1BEFA

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

Shades of Lavender Blue #C1BEFA

Tints of Lavender Blue #C1BEFA

Color information

#C1BEFA (or 0xC1BEFA) is unknown color: approx Lavender Blue. HEX triplet: C1, BE and FA. RGB value is (193,190,250). Sum of RGB (Red+Green+Blue) = 193+190+250=633 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.49% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BEFA is #3E4105. Grayscale: #C5C5C5. Windows color (decimal): -4079878 or 16432833. OLE color: 16432833.

HSL color Cylindrical-coordinate representation of color #C1BEFA: hue angle of 243º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1BEFA is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193190250-
CMYK0.230.2400.02
HSL243º85.71%86.27%-
HSV(B)243º24%98.04%-
XYZ57.6655.0798.03-
YUV197.74157.49124.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.49%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=30.49%
G=30.02%
B=39.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931902500.230.2400.0224385.7186.27
HexC1BEFA171802f35656
Octal301276372273002363126126
Binary11000001101111101111101010111110000101111001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BEFA; }

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

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

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

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

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

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

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

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