#C5BAFD

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

Shades of Lavender Blue #C5BAFD

Tints of Lavender Blue #C5BAFD

Color information

#C5BAFD (or 0xC5BAFD) is unknown color: approx Lavender Blue. HEX triplet: C5, BA and FD. RGB value is (197,186,253). Sum of RGB (Red+Green+Blue) = 197+186+253=636 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.97% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAFD is #3A4502. Grayscale: #C4C4C4. Windows color (decimal): -3818755 or 16628421. OLE color: 16628421.

HSL color Cylindrical-coordinate representation of color #C5BAFD: hue angle of 249.85º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5BAFD is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB197186253-
CMYK0.220.2600.01
HSL249.85º94.37%86.08%-
HSV(B)249.85º26.48%99.22%-
XYZ58.3154.08100.29-
YUV196.93159.64128.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.97%
GREEN value IS 186 (73.05% from 255) = 29.25%
BLUE value IS 253 (99.22% from 255) = 39.78%
R=30.97%
G=29.25%
B=39.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1971862530.220.2600.01249.8594.3786.08
HexC5BAFD161A01fa5e56
Octal305272375263201372136126
Binary1100010110111010111111011011011010011111101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAFD; }

 p { color: rgb(197,186,253); }

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

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

 a { background-color: rgb(197,186,253); }

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

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

 span { border-color: rgb(197,186,253); }

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