#BAB6F6

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

Shades of Lavender Blue #BAB6F6

Tints of Lavender Blue #BAB6F6

Color information

#BAB6F6 (or 0xBAB6F6) is unknown color: approx Lavender Blue. HEX triplet: BA, B6 and F6. RGB value is (186,182,246). Sum of RGB (Red+Green+Blue) = 186+182+246=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 182 (71.48% from 255 or 29.64% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAB6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB6F6 is #454909. Grayscale: #BEBEBE. Windows color (decimal): -4540682 or 16168634. OLE color: 16168634.

HSL color Cylindrical-coordinate representation of color #BAB6F6: hue angle of 243.75º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAB6F6 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186182246-
CMYK0.240.2600.04
HSL243.75º78.05%83.92%-
HSV(B)243.75º26.02%96.47%-
XYZ53.6150.5594.12-
YUV190.49159.33124.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 182 (71.48% from 255) = 29.64%
BLUE value IS 246 (96.48% from 255) = 40.07%
R=30.29%
G=29.64%
B=40.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861822460.240.2600.04243.7578.0583.92
HexBAB6F6181A04f44e54
Octal272266366303204364116124
Binary101110101011011011110110110001101001001111010010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB6F6; }

 p { color: rgb(186,182,246); }

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

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

 a { background-color: rgb(186,182,246); }

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

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

 span { border-color: rgb(186,182,246); }

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