#BAB2FC

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

Shades of Lavender Blue #BAB2FC

Tints of Lavender Blue #BAB2FC

Color information

#BAB2FC (or 0xBAB2FC) is unknown color: approx Lavender Blue. HEX triplet: BA, B2 and FC. RGB value is (186,178,252). Sum of RGB (Red+Green+Blue) = 186+178+252=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 178 (69.92% from 255 or 28.90% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAB2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB2FC is #454D03. Grayscale: #BCBCBC. Windows color (decimal): -4541700 or 16560826. OLE color: 16560826.

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

Color convert

RGB186178252-
CMYK0.260.2900.01
HSL246.49º92.5%84.31%-
HSV(B)246.49º29.37%98.82%-
XYZ53.7449.3198.78-
YUV188.83163.65125.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 178 (69.92% from 255) = 28.90%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=30.19%
G=28.90%
B=40.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861782520.260.2900.01246.4992.584.31
HexBAB2FC1A1D01f65c54
Octal272262374323501366134124
Binary1011101010110010111111001101011101011111011010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB2FC; }

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

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

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

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

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

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

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

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