#BABAEA

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

Shades of Lavender Grey #BABAEA

Tints of Lavender Grey #BABAEA

Color information

#BABAEA (or 0xBABAEA) is unknown color: approx Lavender Grey. HEX triplet: BA, BA and EA. RGB value is (186,186,234). Sum of RGB (Red+Green+Blue) = 186+186+234=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #BABAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BABAEA is #454515. Grayscale: #BFBFBF. Windows color (decimal): -4539670 or 15383226. OLE color: 15383226.

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

Color convert

RGB186186234-
CMYK0.210.2100.08
HSL240º53.33%82.35%-
HSV(B)240º20.51%91.76%-
XYZ52.6651.585.01-
YUV191.47152124.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=30.69%
G=30.69%
B=38.61%

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
Decimal1861862340.210.2100.0824053.3382.35
HexBABAEA151508f03552
Octal272272352252501036065122
Binary101110101011101011101010101011010101000111100001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAEA; }

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

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

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

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

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

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

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

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