#BABBFB

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

Shades of Lavender Blue #BABBFB

Tints of Lavender Blue #BABBFB

Color information

#BABBFB (or 0xBABBFB) is unknown color: approx Lavender Blue. HEX triplet: BA, BB and FB. RGB value is (186,187,251). Sum of RGB (Red+Green+Blue) = 186+187+251=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #BABBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBFB is #454404. Grayscale: #C1C1C1. Windows color (decimal): -4539397 or 16497594. OLE color: 16497594.

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

Color convert

RGB186187251-
CMYK0.260.2500.02
HSL239.08º89.04%85.69%-
HSV(B)239.08º25.9%98.43%-
XYZ55.4352.9498.56-
YUV194160.17122.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.81%
GREEN value IS 187 (73.44% from 255) = 29.97%
BLUE value IS 251 (98.44% from 255) = 40.22%
R=29.81%
G=29.97%
B=40.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861872510.260.2500.02239.0889.0485.69
HexBABBFB1A1902ef5956
Octal272273373323102357131126
Binary10111010101110111111101111010110010101110111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBFB; }

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

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

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

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

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

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

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

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