#BAB8FA

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

Shades of Lavender Blue #BAB8FA

Tints of Lavender Blue #BAB8FA

Color information

#BAB8FA (or 0xBAB8FA) is unknown color: approx Lavender Blue. HEX triplet: BA, B8 and FA. RGB value is (186,184,250). Sum of RGB (Red+Green+Blue) = 186+184+250=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 184 (72.27% from 255 or 29.68% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAB8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB8FA is #454705. Grayscale: #BFBFBF. Windows color (decimal): -4540166 or 16431290. OLE color: 16431290.

HSL color Cylindrical-coordinate representation of color #BAB8FA: hue angle of 241.82º degrees, saturation: 0.87, 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 #BAB8FA is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186184250-
CMYK0.260.2600.02
HSL241.82º86.84%85.1%-
HSV(B)241.82º26.4%98.04%-
XYZ54.6551.6297.53-
YUV192.12160.66123.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30%
GREEN value IS 184 (72.27% from 255) = 29.68%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=30%
G=29.68%
B=40.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861842500.260.2600.02241.8286.8485.1
HexBAB8FA1A1A02f25755
Octal272270372323202362127125
Binary10111010101110001111101011010110100101111001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB8FA; }

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

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

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

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

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

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

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

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