#BAA7AB

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

Shades of Careys Pink #BAA7AB

Tints of Careys Pink #BAA7AB

Color information

#BAA7AB (or 0xBAA7AB) is unknown color: approx Careys Pink. HEX triplet: BA, A7 and AB. RGB value is (186,167,171). Sum of RGB (Red+Green+Blue) = 186+167+171=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA7AB is #455854. Grayscale: #ADADAD. Windows color (decimal): -4544597 or 11249594. OLE color: 11249594.

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

Color convert

RGB186167171-
CMYK00.100.080.27
HSL347.37º12.1%69.22%-
HSV(B)347.37º10.22%72.94%-
XYZ41.4241.0244.26-
YUV173.14126.79137.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 167 (65.62% from 255) = 31.87%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=35.50%
G=31.87%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616717100.100.080.27347.3712.169.22
HexBAA7AB0A81B15bc45
Octal272247253012103353314105
Binary1011101010100111101010110101010001101110101101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA7AB; }

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

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

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

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

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

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

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

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