#BAB5FE

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

Shades of Lavender Blue #BAB5FE

Tints of Lavender Blue #BAB5FE

Color information

#BAB5FE (or 0xBAB5FE) is unknown color: approx Lavender Blue. HEX triplet: BA, B5 and FE. RGB value is (186,181,254). Sum of RGB (Red+Green+Blue) = 186+181+254=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAB5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB5FE is #454A01. Grayscale: #BEBEBE. Windows color (decimal): -4540930 or 16692666. OLE color: 16692666.

HSL color Cylindrical-coordinate representation of color #BAB5FE: hue angle of 244.11º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAB5FE is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186181254-
CMYK0.270.2900.00
HSL244.11º97.33%85.29%-
HSV(B)244.11º28.74%99.61%-
XYZ54.6650.64100.66-
YUV190.82163.66124.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 181 (71.09% from 255) = 29.15%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=29.95%
G=29.15%
B=40.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861812540.270.2900.00244.1197.3385.29
HexBAB5FE1B1D00f46155
Octal272265376333500364141125
Binary1011101010110101111111101101111101001111010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5FE; }

 p { color: rgb(186,181,254); }

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

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

 a { background-color: rgb(186,181,254); }

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

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

 span { border-color: rgb(186,181,254); }

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