#BAA7A9

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

Shades of Careys Pink #BAA7A9

Tints of Careys Pink #BAA7A9

Color information

#BAA7A9 (or 0xBAA7A9) is unknown color: approx Careys Pink. HEX triplet: BA, A7 and A9. RGB value is (186,167,169). Sum of RGB (Red+Green+Blue) = 186+167+169=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA7A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA7A9 is #455856. Grayscale: #ACACAC. Windows color (decimal): -4544599 or 11118522. OLE color: 11118522.

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

Color convert

RGB186167169-
CMYK00.100.090.27
HSL353.68º12.1%69.22%-
HSV(B)353.68º10.22%72.94%-
XYZ41.2340.9443.27-
YUV172.91125.79137.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 167 (65.62% from 255) = 31.99%
BLUE value IS 169 (66.41% from 255) = 32.38%
R=35.63%
G=31.99%
B=32.38%

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
Decimal18616716900.100.090.27353.6812.169.22
HexBAA7A90A91B162c45
Octal272247251012113354214105
Binary1011101010100111101010010101010011101110110001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA7A9; }

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

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

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

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

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

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

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

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