#BAA8A9

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

Shades of Careys Pink #BAA8A9

Tints of Careys Pink #BAA8A9

Color information

#BAA8A9 (or 0xBAA8A9) is unknown color: approx Careys Pink. HEX triplet: BA, A8 and A9. RGB value is (186,168,169). Sum of RGB (Red+Green+Blue) = 186+168+169=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 169 (66.41% from 255 or 32.31% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA8A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA8A9 is #455756. Grayscale: #ADADAD. Windows color (decimal): -4544343 or 11118778. OLE color: 11118778.

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

Color convert

RGB186168169-
CMYK00.100.090.27
HSL356.67º11.54%69.41%-
HSV(B)356.67º9.68%72.94%-
XYZ41.4141.3143.33-
YUV173.5125.46136.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 168 (66.02% from 255) = 32.12%
BLUE value IS 169 (66.41% from 255) = 32.31%
R=35.56%
G=32.12%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616816900.100.090.27356.6711.5469.41
HexBAA8A90A91B165c45
Octal272250251012113354514105
Binary1011101010101000101010010101010011101110110010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA8A9; }

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

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

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

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

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

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

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

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