#BABDFD

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

Shades of Lavender Blue #BABDFD

Tints of Lavender Blue #BABDFD

Color information

#BABDFD (or 0xBABDFD) is unknown color: approx Lavender Blue. HEX triplet: BA, BD and FD. RGB value is (186,189,253). Sum of RGB (Red+Green+Blue) = 186+189+253=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #BABDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDFD is #454202. Grayscale: #C3C3C3. Windows color (decimal): -4538883 or 16629178. OLE color: 16629178.

HSL color Cylindrical-coordinate representation of color #BABDFD: hue angle of 237.31º 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 #BABDFD is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186189253-
CMYK0.260.2500.01
HSL237.31º94.37%86.08%-
HSV(B)237.31º26.48%99.22%-
XYZ56.1853.93100.38-
YUV195.4160.51121.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 189 (74.22% from 255) = 30.10%
BLUE value IS 253 (99.22% from 255) = 40.29%
R=29.62%
G=30.10%
B=40.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861892530.260.2500.01237.3194.3786.08
HexBABDFD1A1901ed5e56
Octal272275375323101355136126
Binary1011101010111101111111011101011001011110110110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDFD; }

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

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

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

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

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

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

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

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