#BAAEB5

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

Shades of Lily #BAAEB5

Tints of Lily #BAAEB5

Color information

#BAAEB5 (or 0xBAAEB5) is unknown color: approx Lily. HEX triplet: BA, AE and B5. RGB value is (186,174,181). Sum of RGB (Red+Green+Blue) = 186+174+181=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEB5 is #45514A. Grayscale: #B2B2B2. Windows color (decimal): -4542795 or 11906746. OLE color: 11906746.

HSL color Cylindrical-coordinate representation of color #BAAEB5: hue angle of 325º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAAEB5 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB186174181-
CMYK00.060.030.27
HSL325º8%70.59%-
HSV(B)325º6.45%72.94%-
XYZ43.7344.0549.91-
YUV178.39129.48133.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 181 (71.09% from 255) = 33.46%
R=34.38%
G=32.16%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617418100.060.030.27325870.59
HexBAAEB50631B145847
Octal2722562650633350510107
Binary1011101010101110101101010110111101110100010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEB5; }

 p { color: rgb(186,174,181); }

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

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

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

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

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

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

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