#BAA8AA

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

Shades of Careys Pink #BAA8AA

Tints of Careys Pink #BAA8AA

Color information

#BAA8AA (or 0xBAA8AA) is unknown color: approx Careys Pink. HEX triplet: BA, A8 and AA. RGB value is (186,168,170). Sum of RGB (Red+Green+Blue) = 186+168+170=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA8AA is #455755. Grayscale: #ADADAD. Windows color (decimal): -4544342 or 11184314. OLE color: 11184314.

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

Color convert

RGB186168170-
CMYK00.100.090.27
HSL353.33º11.54%69.41%-
HSV(B)353.33º9.68%72.94%-
XYZ41.5141.3543.82-
YUV173.61125.96136.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 168 (66.02% from 255) = 32.06%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=35.50%
G=32.06%
B=32.44%

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
Decimal18616817000.100.090.27353.3311.5469.41
HexBAA8AA0A91B161c45
Octal272250252012113354114105
Binary1011101010101000101010100101010011101110110000111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA8AA; }

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

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

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

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

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

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

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

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