#C5BEF5

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

Shades of Lavender Blue #C5BEF5

Tints of Lavender Blue #C5BEF5

Color information

#C5BEF5 (or 0xC5BEF5) is unknown color: approx Lavender Blue. HEX triplet: C5, BE and F5. RGB value is (197,190,245). Sum of RGB (Red+Green+Blue) = 197+190+245=632 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.17% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 245 (96.09% from 255 or 38.77% from 632); Max value from RGB is 245 - color contains mainly: blue. Hex color #C5BEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BEF5 is #3A410A. Grayscale: #C6C6C6. Windows color (decimal): -3817739 or 16105157. OLE color: 16105157.

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

Color convert

RGB197190245-
CMYK0.200.2200.04
HSL247.64º73.33%85.29%-
HSV(B)247.64º22.45%96.08%-
XYZ57.9255.2994.01-
YUV198.36154.32127.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.17%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 245 (96.09% from 255) = 38.77%
R=31.17%
G=30.06%
B=38.77%

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
Decimal1971902450.200.2200.04247.6473.3385.29
HexC5BEF5141604f84955
Octal305276365242604370111125
Binary110001011011111011110101101001011001001111100010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BEF5; }

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

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

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

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

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

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

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

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