#BAA4AA

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

Shades of Careys Pink #BAA4AA

Tints of Careys Pink #BAA4AA

Color information

#BAA4AA (or 0xBAA4AA) is unknown color: approx Careys Pink. HEX triplet: BA, A4 and AA. RGB value is (186,164,170). Sum of RGB (Red+Green+Blue) = 186+164+170=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA4AA is #455B55. Grayscale: #ABABAB. Windows color (decimal): -4545366 or 11183290. OLE color: 11183290.

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

Color convert

RGB186164170-
CMYK00.120.090.27
HSL343.64º13.75%68.63%-
HSV(B)343.64º11.83%72.94%-
XYZ40.7839.8943.58-
YUV171.26127.29138.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 164 (64.45% from 255) = 31.54%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=35.77%
G=31.54%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616417000.120.090.27343.6413.7568.63
HexBAA4AA0C91B158e45
Octal272244252014113353016105
Binary1011101010100100101010100110010011101110101100011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA4AA; }

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

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

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

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

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

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

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

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