#BABDFB

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

Shades of Lavender Blue #BABDFB

Tints of Lavender Blue #BABDFB

Color information

#BABDFB (or 0xBABDFB) is unknown color: approx Lavender Blue. HEX triplet: BA, BD and FB. RGB value is (186,189,251). Sum of RGB (Red+Green+Blue) = 186+189+251=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #BABDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDFB is #454204. Grayscale: #C2C2C2. Windows color (decimal): -4538885 or 16498106. OLE color: 16498106.

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

Color convert

RGB186189251-
CMYK0.260.2500.02
HSL237.23º89.04%85.69%-
HSV(B)237.23º25.9%98.43%-
XYZ55.8653.898.71-
YUV195.17159.51121.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.71%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 251 (98.44% from 255) = 40.10%
R=29.71%
G=30.19%
B=40.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861892510.260.2500.02237.2389.0485.69
HexBABDFB1A1902ed5956
Octal272275373323102355131126
Binary10111010101111011111101111010110010101110110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDFB; }

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

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

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

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

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

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

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

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