#C3BEF7

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

Shades of Lavender Blue #C3BEF7

Tints of Lavender Blue #C3BEF7

Color information

#C3BEF7 (or 0xC3BEF7) is unknown color: approx Lavender Blue. HEX triplet: C3, BE and F7. RGB value is (195,190,247). Sum of RGB (Red+Green+Blue) = 195+190+247=632 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.85% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 247 (96.88% from 255 or 39.08% from 632); Max value from RGB is 247 - color contains mainly: blue. Hex color #C3BEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BEF7 is #3C4108. Grayscale: #C5C5C5. Windows color (decimal): -3948809 or 16236227. OLE color: 16236227.

HSL color Cylindrical-coordinate representation of color #C3BEF7: hue angle of 245.26º degrees, saturation: 0.78, 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 #C3BEF7 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB195190247-
CMYK0.210.2300.03
HSL245.26º78.08%85.69%-
HSV(B)245.26º23.08%96.86%-
XYZ57.7155.1495.6-
YUV197.99155.66125.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.85%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 247 (96.88% from 255) = 39.08%
R=30.85%
G=30.06%
B=39.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1951902470.210.2300.03245.2678.0885.69
HexC3BEF7151703f54e56
Octal303276367252703365116126
Binary11000011101111101111011110101101110111111010110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEF7; }

 p { color: rgb(195,190,247); }

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

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

 a { background-color: rgb(195,190,247); }

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

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

 span { border-color: rgb(195,190,247); }

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