#BABBFF

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

Shades of Lavender Blue #BABBFF

Tints of Lavender Blue #BABBFF

Color information

#BABBFF (or 0xBABBFF) is unknown color: approx Lavender Blue. HEX triplet: BA, BB and FF. RGB value is (186,187,255). Sum of RGB (Red+Green+Blue) = 186+187+255=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #BABBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABBFF is #454400. Grayscale: #C2C2C2. Windows color (decimal): -4539393 or 16759738. OLE color: 16759738.

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

Color convert

RGB186187255-
CMYK0.270.2700
HSL239.13º100%86.47%-
HSV(B)239.13º27.06%100%-
XYZ56.0753.2101.92-
YUV194.45162.17121.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 187 (73.44% from 255) = 29.78%
BLUE value IS 255 (100% from 255) = 40.61%
R=29.62%
G=29.78%
B=40.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861872550.270.2700239.1310086.47
HexBABBFF1B1B00ef6456
Octal272273377333300357144126
Binary1011101010111011111111111101111011001110111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBFF; }

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

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

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

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

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

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

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

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