#BAB7EB

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

Shades of Lavender Grey #BAB7EB

Tints of Lavender Grey #BAB7EB

Color information

#BAB7EB (or 0xBAB7EB) is unknown color: approx Lavender Grey. HEX triplet: BA, B7 and EB. RGB value is (186,183,235). Sum of RGB (Red+Green+Blue) = 186+183+235=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAB7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB7EB is #454814. Grayscale: #BDBDBD. Windows color (decimal): -4540437 or 15447994. OLE color: 15447994.

HSL color Cylindrical-coordinate representation of color #BAB7EB: hue angle of 243.46º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAB7EB is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186183235-
CMYK0.210.2200.08
HSL243.46º56.52%81.96%-
HSV(B)243.46º22.13%92.16%-
XYZ52.1850.385.56-
YUV189.82153.49125.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 183 (71.88% from 255) = 30.30%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=30.79%
G=30.30%
B=38.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861832350.210.2200.08243.4656.5281.96
HexBAB7EB151608f33952
Octal272267353252601036371122
Binary101110101011011111101011101011011001000111100111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7EB; }

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

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

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

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

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

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

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

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