#C3BEF5

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

Shades of Lavender Blue #C3BEF5

Tints of Lavender Blue #C3BEF5

Color information

#C3BEF5 (or 0xC3BEF5) is unknown color: approx Lavender Blue. HEX triplet: C3, BE and F5. RGB value is (195,190,245). Sum of RGB (Red+Green+Blue) = 195+190+245=630 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.95% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 245 (96.09% from 255 or 38.89% from 630); Max value from RGB is 245 - color contains mainly: blue. Hex color #C3BEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BEF5 is #3C410A. Grayscale: #C5C5C5. Windows color (decimal): -3948811 or 16105155. OLE color: 16105155.

HSL color Cylindrical-coordinate representation of color #C3BEF5: hue angle of 245.45º 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 #C3BEF5 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB195190245-
CMYK0.200.2200.04
HSL245.45º73.33%85.29%-
HSV(B)245.45º22.45%96.08%-
XYZ57.455.0293.98-
YUV197.76154.66126.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.95%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 245 (96.09% from 255) = 38.89%
R=30.95%
G=30.16%
B=38.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1951902450.200.2200.04245.4573.3385.29
HexC3BEF5141604f54955
Octal303276365242604365111125
Binary110000111011111011110101101001011001001111010110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEF5; }

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

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

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

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

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

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

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

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