#BABDFE

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

Shades of Lavender Blue #BABDFE

Tints of Lavender Blue #BABDFE

Color information

#BABDFE (or 0xBABDFE) is unknown color: approx Lavender Blue. HEX triplet: BA, BD and FE. RGB value is (186,189,254). Sum of RGB (Red+Green+Blue) = 186+189+254=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #BABDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABDFE is #454201. Grayscale: #C3C3C3. Windows color (decimal): -4538882 or 16694714. OLE color: 16694714.

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

Color convert

RGB186189254-
CMYK0.270.2600.00
HSL237.35º97.14%86.27%-
HSV(B)237.35º26.77%99.61%-
XYZ56.3453.99101.22-
YUV195.51161.01121.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.57%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=29.57%
G=30.05%
B=40.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861892540.270.2600.00237.3597.1486.27
HexBABDFE1B1A00ed6156
Octal272275376333200355141126
Binary1011101010111101111111101101111010001110110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDFE; }

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

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

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

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

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

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

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

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