#BAB7F3

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

Shades of Lavender Grey #BAB7F3

Tints of Lavender Grey #BAB7F3

Color information

#BAB7F3 (or 0xBAB7F3) is unknown color: approx Lavender Grey. HEX triplet: BA, B7 and F3. RGB value is (186,183,243). Sum of RGB (Red+Green+Blue) = 186+183+243=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAB7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB7F3 is #45480C. Grayscale: #BEBEBE. Windows color (decimal): -4540429 or 15972282. OLE color: 15972282.

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

Color convert

RGB186183243-
CMYK0.230.2500.05
HSL243º71.43%83.53%-
HSV(B)243º24.69%95.29%-
XYZ53.3650.7891.78-
YUV190.74157.49124.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 183 (71.88% from 255) = 29.90%
BLUE value IS 243 (95.31% from 255) = 39.71%
R=30.39%
G=29.90%
B=39.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861832430.230.2500.0524371.4383.53
HexBAB7F3171905f34754
Octal272267363273105363107124
Binary101110101011011111110011101111100101011111001110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7F3; }

 p { color: rgb(186,183,243); }

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

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

 a { background-color: rgb(186,183,243); }

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

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

 span { border-color: rgb(186,183,243); }

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