#C2BEFB

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

Shades of Lavender Blue #C2BEFB

Tints of Lavender Blue #C2BEFB

Color information

#C2BEFB (or 0xC2BEFB) is unknown color: approx Lavender Blue. HEX triplet: C2, BE and FB. RGB value is (194,190,251). Sum of RGB (Red+Green+Blue) = 194+190+251=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2BEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEFB is #3D4104. Grayscale: #C5C5C5. Windows color (decimal): -4014341 or 16498370. OLE color: 16498370.

HSL color Cylindrical-coordinate representation of color #C2BEFB: hue angle of 243.93º degrees, saturation: 0.88, 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 #C2BEFB is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194190251-
CMYK0.230.2400.02
HSL243.93º88.41%86.47%-
HSV(B)243.93º24.3%98.43%-
XYZ58.0755.2698.87-
YUV198.15157.83125.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.55%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 251 (98.44% from 255) = 39.53%
R=30.55%
G=29.92%
B=39.53%

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
Decimal1941902510.230.2400.02243.9388.4186.47
HexC2BEFB171802f45856
Octal302276373273002364130126
Binary11000010101111101111101110111110000101111010010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BEFB; }

 p { color: rgb(194,190,251); }

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

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

 a { background-color: rgb(194,190,251); }

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

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

 span { border-color: rgb(194,190,251); }

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