#BAB1FC

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

Shades of Lavender Blue #BAB1FC

Tints of Lavender Blue #BAB1FC

Color information

#BAB1FC (or 0xBAB1FC) is unknown color: approx Lavender Blue. HEX triplet: BA, B1 and FC. RGB value is (186,177,252). Sum of RGB (Red+Green+Blue) = 186+177+252=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAB1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB1FC is #454E03. Grayscale: #BBBBBB. Windows color (decimal): -4541956 or 16560570. OLE color: 16560570.

HSL color Cylindrical-coordinate representation of color #BAB1FC: hue angle of 247.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAB1FC is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186177252-
CMYK0.260.3000.01
HSL247.2º92.59%84.12%-
HSV(B)247.2º29.76%98.82%-
XYZ53.5448.9198.71-
YUV188.24163.98126.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.24%
GREEN value IS 177 (69.53% from 255) = 28.78%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=30.24%
G=28.78%
B=40.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861772520.260.3000.01247.292.5984.12
HexBAB1FC1A1E01f75d54
Octal272261374323601367135124
Binary1011101010110001111111001101011110011111011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1FC; }

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

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

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

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

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

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

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

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