#C5BDFE

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

Shades of Lavender Blue #C5BDFE

Tints of Lavender Blue #C5BDFE

Color information

#C5BDFE (or 0xC5BDFE) is unknown color: approx Lavender Blue. HEX triplet: C5, BD and FE. RGB value is (197,189,254). Sum of RGB (Red+Green+Blue) = 197+189+254=640 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.78% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BDFE is #3A4201. Grayscale: #C6C6C6. Windows color (decimal): -3817986 or 16694725. OLE color: 16694725.

HSL color Cylindrical-coordinate representation of color #C5BDFE: hue angle of 247.38º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5BDFE is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB197189254-
CMYK0.220.2600.00
HSL247.38º97.01%86.86%-
HSV(B)247.38º25.59%99.61%-
XYZ59.1155.42101.35-
YUV198.8159.15126.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.78%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=30.78%
G=29.53%
B=39.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1971892540.220.2600.00247.3897.0186.86
HexC5BDFE161A00f76157
Octal305275376263200367141127
Binary1100010110111101111111101011011010001111011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BDFE; }

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

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

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

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

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

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

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

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