#C5BEF7

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

Shades of Lavender Blue #C5BEF7

Tints of Lavender Blue #C5BEF7

Color information

#C5BEF7 (or 0xC5BEF7) is unknown color: approx Lavender Blue. HEX triplet: C5, BE and F7. RGB value is (197,190,247). Sum of RGB (Red+Green+Blue) = 197+190+247=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 247 (96.88% from 255 or 38.96% from 634); Max value from RGB is 247 - color contains mainly: blue. Hex color #C5BEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BEF7 is #3A4108. Grayscale: #C6C6C6. Windows color (decimal): -3817737 or 16236229. OLE color: 16236229.

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

Color convert

RGB197190247-
CMYK0.200.2300.03
HSL247.37º78.08%85.69%-
HSV(B)247.37º23.08%96.86%-
XYZ58.2355.4195.62-
YUV198.59155.32126.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.07%
GREEN value IS 190 (74.61% from 255) = 29.97%
BLUE value IS 247 (96.88% from 255) = 38.96%
R=31.07%
G=29.97%
B=38.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1971902470.200.2300.03247.3778.0885.69
HexC5BEF7141703f74e56
Octal305276367242703367116126
Binary11000101101111101111011110100101110111111011110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BEF7; }

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

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

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

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

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

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

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

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