#BABAEB

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

Shades of Lavender Grey #BABAEB

Tints of Lavender Grey #BABAEB

Color information

#BABAEB (or 0xBABAEB) is unknown color: approx Lavender Grey. HEX triplet: BA, BA and EB. RGB value is (186,186,235). Sum of RGB (Red+Green+Blue) = 186+186+235=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #BABAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAEB is #454514. Grayscale: #BFBFBF. Windows color (decimal): -4539669 or 15448762. OLE color: 15448762.

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

Color convert

RGB186186235-
CMYK0.210.2100.08
HSL240º55.06%82.55%-
HSV(B)240º20.85%92.16%-
XYZ52.851.5685.77-
YUV191.59152.5124.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.64%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=30.64%
G=30.64%
B=38.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861862350.210.2100.0824055.0682.55
HexBABAEB151508f03753
Octal272272353252501036067123
Binary101110101011101011101011101011010101000111100001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAEB; }

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

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

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

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

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

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

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

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