#BAAFA9

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

Shades of Tide #BAAFA9

Tints of Tide #BAAFA9

Color information

#BAAFA9 (or 0xBAAFA9) is unknown color: approx Tide. HEX triplet: BA, AF and A9. RGB value is (186,175,169). Sum of RGB (Red+Green+Blue) = 186+175+169=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAFA9 is #455056. Grayscale: #B1B1B1. Windows color (decimal): -4542551 or 11120570. OLE color: 11120570.

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

Color convert

RGB186175169-
CMYK00.060.090.27
HSL21.18º10.97%69.61%-
HSV(B)21.18º9.14%72.94%-
XYZ42.7443.9643.77-
YUV177.6123.14133.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 169 (66.41% from 255) = 31.89%
R=35.09%
G=33.02%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617516900.060.090.2721.1810.9769.61
HexBAAFA90691B15b46
Octal2722572510611332513106
Binary10111010101011111010100101101001110111010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFA9; }

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

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

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

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

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

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

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

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