#BAB8EB

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

Shades of Lavender Grey #BAB8EB

Tints of Lavender Grey #BAB8EB

Color information

#BAB8EB (or 0xBAB8EB) is unknown color: approx Lavender Grey. HEX triplet: BA, B8 and EB. RGB value is (186,184,235). Sum of RGB (Red+Green+Blue) = 186+184+235=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 184 (72.27% from 255 or 30.41% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAB8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB8EB is #454714. Grayscale: #BEBEBE. Windows color (decimal): -4540181 or 15448250. OLE color: 15448250.

HSL color Cylindrical-coordinate representation of color #BAB8EB: hue angle of 242.35º degrees, saturation: 0.56, 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 #BAB8EB is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186184235-
CMYK0.210.2200.08
HSL242.35º56.04%82.16%-
HSV(B)242.35º21.7%92.16%-
XYZ52.3950.7285.63-
YUV190.41153.16124.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.74%
GREEN value IS 184 (72.27% from 255) = 30.41%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=30.74%
G=30.41%
B=38.84%

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
Decimal1861842350.210.2200.08242.3556.0482.16
HexBAB8EB151608f23852
Octal272270353252601036270122
Binary101110101011100011101011101011011001000111100101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB8EB; }

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

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

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

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

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

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

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

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