#BAB8F1

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

Shades of Lavender Grey #BAB8F1

Tints of Lavender Grey #BAB8F1

Color information

#BAB8F1 (or 0xBAB8F1) is unknown color: approx Lavender Grey. HEX triplet: BA, B8 and F1. RGB value is (186,184,241). Sum of RGB (Red+Green+Blue) = 186+184+241=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAB8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB8F1 is #45470E. Grayscale: #BEBEBE. Windows color (decimal): -4540175 or 15841466. OLE color: 15841466.

HSL color Cylindrical-coordinate representation of color #BAB8F1: hue angle of 242.11º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAB8F1 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186184241-
CMYK0.230.2400.05
HSL242.11º67.06%83.33%-
HSV(B)242.11º23.65%94.51%-
XYZ53.2751.0790.27-
YUV191.1156.16124.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.44%
GREEN value IS 184 (72.27% from 255) = 30.11%
BLUE value IS 241 (94.53% from 255) = 39.44%
R=30.44%
G=30.11%
B=39.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861842410.230.2400.05242.1167.0683.33
HexBAB8F1171805f24353
Octal272270361273005362103123
Binary101110101011100011110001101111100001011111001010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB8F1; }

 p { color: rgb(186,184,241); }

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

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

 a { background-color: rgb(186,184,241); }

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

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

 span { border-color: rgb(186,184,241); }

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