#BAB8F9

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

Shades of Lavender Blue #BAB8F9

Tints of Lavender Blue #BAB8F9

Color information

#BAB8F9 (or 0xBAB8F9) is unknown color: approx Lavender Blue. HEX triplet: BA, B8 and F9. RGB value is (186,184,249). Sum of RGB (Red+Green+Blue) = 186+184+249=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAB8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB8F9 is #454706. Grayscale: #BFBFBF. Windows color (decimal): -4540167 or 16365754. OLE color: 16365754.

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

Color convert

RGB186184249-
CMYK0.250.2600.02
HSL241.85º84.42%84.9%-
HSV(B)241.85º26.1%97.65%-
XYZ54.4951.5696.7-
YUV192.01160.16123.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 184 (72.27% from 255) = 29.73%
BLUE value IS 249 (97.66% from 255) = 40.23%
R=30.05%
G=29.73%
B=40.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861842490.250.2600.02241.8584.4284.9
HexBAB8F9191A02f25455
Octal272270371313202362124125
Binary10111010101110001111100111001110100101111001010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB8F9; }

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

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

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

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

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

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

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

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