#BAA2A4

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

Shades of Careys Pink #BAA2A4

Tints of Careys Pink #BAA2A4

Color information

#BAA2A4 (or 0xBAA2A4) is unknown color: approx Careys Pink. HEX triplet: BA, A2 and A4. RGB value is (186,162,164). Sum of RGB (Red+Green+Blue) = 186+162+164=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA2A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA2A4 is #455D5B. Grayscale: #A9A9A9. Windows color (decimal): -4545884 or 10789562. OLE color: 10789562.

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

Color convert

RGB186162164-
CMYK00.130.120.27
HSL355º14.81%68.24%-
HSV(B)355º12.9%72.94%-
XYZ39.8738.9640.54-
YUV169.4124.95139.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 162 (63.67% from 255) = 31.64%
BLUE value IS 164 (64.45% from 255) = 32.03%
R=36.33%
G=31.64%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616216400.130.120.2735514.8168.24
HexBAA2A40DC1B163f44
Octal272242244015143354317104
Binary1011101010100010101001000110111001101110110001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA2A4; }

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

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

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

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

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

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

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

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