#BAA9AB

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

Shades of Careys Pink #BAA9AB

Tints of Careys Pink #BAA9AB

Color information

#BAA9AB (or 0xBAA9AB) is unknown color: approx Careys Pink. HEX triplet: BA, A9 and AB. RGB value is (186,169,171). Sum of RGB (Red+Green+Blue) = 186+169+171=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA9AB is #455654. Grayscale: #AEAEAE. Windows color (decimal): -4544085 or 11250106. OLE color: 11250106.

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

Color convert

RGB186169171-
CMYK00.090.080.27
HSL352.94º10.97%69.61%-
HSV(B)352.94º9.14%72.94%-
XYZ41.7941.7644.39-
YUV174.31126.13136.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 169 (66.41% from 255) = 32.13%
BLUE value IS 171 (67.19% from 255) = 32.51%
R=35.36%
G=32.13%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616917100.090.080.27352.9410.9769.61
HexBAA9AB0981B161b46
Octal272251253011103354113106
Binary1011101010101001101010110100110001101110110000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA9AB; }

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

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

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

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

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

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

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

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