#BAB4FD

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

Shades of Lavender Blue #BAB4FD

Tints of Lavender Blue #BAB4FD

Color information

#BAB4FD (or 0xBAB4FD) is unknown color: approx Lavender Blue. HEX triplet: BA, B4 and FD. RGB value is (186,180,253). Sum of RGB (Red+Green+Blue) = 186+180+253=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAB4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB4FD is #454B02. Grayscale: #BDBDBD. Windows color (decimal): -4541187 or 16626874. OLE color: 16626874.

HSL color Cylindrical-coordinate representation of color #BAB4FD: hue angle of 244.93º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAB4FD is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186180253-
CMYK0.260.2900.01
HSL244.93º94.81%84.9%-
HSV(B)244.93º28.85%99.22%-
XYZ54.350.1799.75-
YUV190.12163.49125.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 180 (70.70% from 255) = 29.08%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=30.05%
G=29.08%
B=40.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861802530.260.2900.01244.9394.8184.9
HexBAB4FD1A1D01f55f55
Octal272264375323501365137125
Binary1011101010110100111111011101011101011111010110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB4FD; }

 p { color: rgb(186,180,253); }

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

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

 a { background-color: rgb(186,180,253); }

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

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

 span { border-color: rgb(186,180,253); }

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