#BAAEB3

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

Shades of Lily #BAAEB3

Tints of Lily #BAAEB3

Color information

#BAAEB3 (or 0xBAAEB3) is unknown color: approx Lily. HEX triplet: BA, AE and B3. RGB value is (186,174,179). Sum of RGB (Red+Green+Blue) = 186+174+179=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEB3 is #45514C. Grayscale: #B2B2B2. Windows color (decimal): -4542797 or 11775674. OLE color: 11775674.

HSL color Cylindrical-coordinate representation of color #BAAEB3: hue angle of 335º 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 #BAAEB3 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB186174179-
CMYK00.060.040.27
HSL335º8%70.59%-
HSV(B)335º6.45%72.94%-
XYZ43.5243.9748.84-
YUV178.16128.48133.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 179 (70.31% from 255) = 33.21%
R=34.51%
G=32.28%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617417900.060.040.27335870.59
HexBAAEB30641B14f847
Octal2722562630643351710107
Binary10111010101011101011001101101001101110100111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEB3; }

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

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

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

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

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

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

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

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