#C2BEF8

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

Shades of Lavender Blue #C2BEF8

Tints of Lavender Blue #C2BEF8

Color information

#C2BEF8 (or 0xC2BEF8) is unknown color: approx Lavender Blue. HEX triplet: C2, BE and F8. RGB value is (194,190,248). Sum of RGB (Red+Green+Blue) = 194+190+248=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 248 - color contains mainly: blue. Hex color #C2BEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEF8 is #3D4107. Grayscale: #C5C5C5. Windows color (decimal): -4014344 or 16301762. OLE color: 16301762.

HSL color Cylindrical-coordinate representation of color #C2BEF8: hue angle of 244.14º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2BEF8 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB194190248-
CMYK0.220.2300.03
HSL244.14º80.56%85.88%-
HSV(B)244.14º23.39%97.25%-
XYZ57.655.0796.4-
YUV197.81156.33125.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.70%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 248 (97.27% from 255) = 39.24%
R=30.70%
G=30.06%
B=39.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1941902480.220.2300.03244.1480.5685.88
HexC2BEF8161703f45156
Octal302276370262703364121126
Binary11000010101111101111100010110101110111111010010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BEF8; }

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

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

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

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

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

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

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

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