#BAAFB5

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

Shades of Lily #BAAFB5

Tints of Lily #BAAFB5

Color information

#BAAFB5 (or 0xBAAFB5) is unknown color: approx Lily. HEX triplet: BA, AF and B5. RGB value is (186,175,181). Sum of RGB (Red+Green+Blue) = 186+175+181=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFB5 is #45504A. Grayscale: #B2B2B2. Windows color (decimal): -4542539 or 11907002. OLE color: 11907002.

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

Color convert

RGB186175181-
CMYK00.060.030.27
HSL327.27º7.38%70.78%-
HSV(B)327.27º5.91%72.94%-
XYZ43.9244.4449.98-
YUV178.97129.14133.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 181 (71.09% from 255) = 33.39%
R=34.32%
G=32.29%
B=33.39%

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
Decimal18617518100.060.030.27327.277.3870.78
HexBAAFB50631B147747
Octal272257265063335077107
Binary101110101010111110110101011011110111010001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFB5; }

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

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

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

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

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

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

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

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