#BABFFC

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

Shades of Lavender Blue #BABFFC

Tints of Lavender Blue #BABFFC

Color information

#BABFFC (or 0xBABFFC) is unknown color: approx Lavender Blue. HEX triplet: BA, BF and FC. RGB value is (186,191,252). Sum of RGB (Red+Green+Blue) = 186+191+252=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #BABFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABFFC is #454003. Grayscale: #C4C4C4. Windows color (decimal): -4538372 or 16564154. OLE color: 16564154.

HSL color Cylindrical-coordinate representation of color #BABFFC: hue angle of 235.45º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BABFFC is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186191252-
CMYK0.260.2400.01
HSL235.45º91.67%85.88%-
HSV(B)235.45º26.19%98.82%-
XYZ56.4554.7399.68-
YUV196.46159.34120.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.57%
GREEN value IS 191 (75% from 255) = 30.37%
BLUE value IS 252 (98.83% from 255) = 40.06%
R=29.57%
G=30.37%
B=40.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861912520.260.2400.01235.4591.6785.88
HexBABFFC1A1801eb5c56
Octal272277374323001353134126
Binary1011101010111111111111001101011000011110101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFFC; }

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

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

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

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

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

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

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

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