#BABBF9

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

Shades of Lavender Blue #BABBF9

Tints of Lavender Blue #BABBF9

Color information

#BABBF9 (or 0xBABBF9) is unknown color: approx Lavender Blue. HEX triplet: BA, BB and F9. RGB value is (186,187,249). Sum of RGB (Red+Green+Blue) = 186+187+249=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #BABBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBF9 is #454406. Grayscale: #C1C1C1. Windows color (decimal): -4539399 or 16366522. OLE color: 16366522.

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

Color convert

RGB186187249-
CMYK0.250.2500.02
HSL239.05º84%85.29%-
HSV(B)239.05º25.3%97.65%-
XYZ55.1252.8296.91-
YUV193.77159.17122.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.90%
GREEN value IS 187 (73.44% from 255) = 30.06%
BLUE value IS 249 (97.66% from 255) = 40.03%
R=29.90%
G=30.06%
B=40.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861872490.250.2500.02239.058485.29
HexBABBF9191902ef5455
Octal272273371313102357124125
Binary10111010101110111111100111001110010101110111110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBF9; }

 p { color: rgb(186,187,249); }

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

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

 a { background-color: rgb(186,187,249); }

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

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

 span { border-color: rgb(186,187,249); }

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