#BABEE1

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

Shades of Lavender Grey #BABEE1

Tints of Lavender Grey #BABEE1

Color information

#BABEE1 (or 0xBABEE1) is unknown color: approx Lavender Grey. HEX triplet: BA, BE and E1. RGB value is (186,190,225). Sum of RGB (Red+Green+Blue) = 186+190+225=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #BABEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEE1 is #45411E. Grayscale: #C0C0C0. Windows color (decimal): -4538655 or 14794426. OLE color: 14794426.

HSL color Cylindrical-coordinate representation of color #BABEE1: hue angle of 233.85º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BABEE1 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186190225-
CMYK0.170.1600.12
HSL233.85º39.39%80.59%-
HSV(B)233.85º17.33%88.24%-
XYZ52.2552.778.65-
YUV192.79146.17123.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 225 (88.28% from 255) = 37.44%
R=30.95%
G=31.61%
B=37.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1861902250.170.1600.12233.8539.3980.59
HexBABEE111100Cea2751
Octal272276341212001435247121
Binary101110101011111011100001100011000001100111010101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABEE1; }

 p { color: rgb(186,190,225); }

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

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

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

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

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

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

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