#BAB3F9

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

Shades of Lavender Blue #BAB3F9

Tints of Lavender Blue #BAB3F9

Color information

#BAB3F9 (or 0xBAB3F9) is unknown color: approx Lavender Blue. HEX triplet: BA, B3 and F9. RGB value is (186,179,249). Sum of RGB (Red+Green+Blue) = 186+179+249=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAB3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB3F9 is #454C06. Grayscale: #BCBCBC. Windows color (decimal): -4541447 or 16364474. OLE color: 16364474.

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

Color convert

RGB186179249-
CMYK0.250.2800.02
HSL246º85.37%83.92%-
HSV(B)246º28.11%97.65%-
XYZ53.4749.5296.36-
YUV189.07161.82125.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 179 (70.31% from 255) = 29.15%
BLUE value IS 249 (97.66% from 255) = 40.55%
R=30.29%
G=29.15%
B=40.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861792490.250.2800.0224685.3783.92
HexBAB3F9191C02f65554
Octal272263371313402366125124
Binary10111010101100111111100111001111000101111011010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB3F9; }

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

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

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

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

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

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

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

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