#BAAAB3

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

Shades of Lily #BAAAB3

Tints of Lily #BAAAB3

Color information

#BAAAB3 (or 0xBAAAB3) is unknown color: approx Lily. HEX triplet: BA, AA and B3. RGB value is (186,170,179). Sum of RGB (Red+Green+Blue) = 186+170+179=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAB3 is #45554C. Grayscale: #AFAFAF. Windows color (decimal): -4543821 or 11774650. OLE color: 11774650.

HSL color Cylindrical-coordinate representation of color #BAAAB3: hue angle of 326.25º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAAAB3 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB186170179-
CMYK00.090.040.27
HSL326.25º10.39%69.8%-
HSV(B)326.25º8.6%72.94%-
XYZ42.7642.4448.59-
YUV175.81129.8135.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 170 (66.80% from 255) = 31.78%
BLUE value IS 179 (70.31% from 255) = 33.46%
R=34.77%
G=31.78%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617017900.090.040.27326.2510.3969.8
HexBAAAB30941B146a46
Octal27225226301143350612106
Binary101110101010101010110011010011001101110100011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAB3; }

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

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

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

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

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

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

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

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