#BABBFE

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

Shades of Lavender Blue #BABBFE

Tints of Lavender Blue #BABBFE

Color information

#BABBFE (or 0xBABBFE) is unknown color: approx Lavender Blue. HEX triplet: BA, BB and FE. RGB value is (186,187,254). Sum of RGB (Red+Green+Blue) = 186+187+254=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #BABBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBFE is #454401. Grayscale: #C2C2C2. Windows color (decimal): -4539394 or 16694202. OLE color: 16694202.

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

Color convert

RGB186187254-
CMYK0.270.2600.00
HSL239.12º97.14%86.27%-
HSV(B)239.12º26.77%99.61%-
XYZ55.9153.14101.08-
YUV194.34161.67122.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.67%
GREEN value IS 187 (73.44% from 255) = 29.82%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=29.67%
G=29.82%
B=40.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861872540.270.2600.00239.1297.1486.27
HexBABBFE1B1A00ef6156
Octal272273376333200357141126
Binary1011101010111011111111101101111010001110111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBFE; }

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

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

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

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

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

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

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

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