#BABFFB

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

Shades of Lavender Blue #BABFFB

Tints of Lavender Blue #BABFFB

Color information

#BABFFB (or 0xBABFFB) is unknown color: approx Lavender Blue. HEX triplet: BA, BF and FB. RGB value is (186,191,251). Sum of RGB (Red+Green+Blue) = 186+191+251=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #BABFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFFB is #454004. Grayscale: #C4C4C4. Windows color (decimal): -4538373 or 16498618. OLE color: 16498618.

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

Color convert

RGB186191251-
CMYK0.260.2400.02
HSL235.38º89.04%85.69%-
HSV(B)235.38º25.9%98.43%-
XYZ56.2954.6798.85-
YUV196.34158.84120.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 191 (75% from 255) = 30.41%
BLUE value IS 251 (98.44% from 255) = 39.97%
R=29.62%
G=30.41%
B=39.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861912510.260.2400.02235.3889.0485.69
HexBABFFB1A1802eb5956
Octal272277373323002353131126
Binary10111010101111111111101111010110000101110101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFFB; }

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

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

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

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

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

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

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

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