#C5BDFA

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

Shades of Lavender Blue #C5BDFA

Tints of Lavender Blue #C5BDFA

Color information

#C5BDFA (or 0xC5BDFA) is unknown color: approx Lavender Blue. HEX triplet: C5, BD and FA. RGB value is (197,189,250). Sum of RGB (Red+Green+Blue) = 197+189+250=636 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.97% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5BDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BDFA is #3A4205. Grayscale: #C6C6C6. Windows color (decimal): -3817990 or 16432581. OLE color: 16432581.

HSL color Cylindrical-coordinate representation of color #C5BDFA: hue angle of 247.87º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5BDFA is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197189250-
CMYK0.210.2400.02
HSL247.87º85.92%86.08%-
HSV(B)247.87º24.4%98.04%-
XYZ58.4855.1798.01-
YUV198.35157.15127.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.97%
GREEN value IS 189 (74.22% from 255) = 29.72%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=30.97%
G=29.72%
B=39.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971892500.210.2400.02247.8785.9286.08
HexC5BDFA151802f85656
Octal305275372253002370126126
Binary11000101101111011111101010101110000101111100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BDFA; }

 p { color: rgb(197,189,250); }

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

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

 a { background-color: rgb(197,189,250); }

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

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

 span { border-color: rgb(197,189,250); }

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