#BAA8AC

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

Shades of Careys Pink #BAA8AC

Tints of Careys Pink #BAA8AC

Color information

#BAA8AC (or 0xBAA8AC) is unknown color: approx Careys Pink. HEX triplet: BA, A8 and AC. RGB value is (186,168,172). Sum of RGB (Red+Green+Blue) = 186+168+172=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA8AC is #455753. Grayscale: #ADADAD. Windows color (decimal): -4544340 or 11315386. OLE color: 11315386.

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

Color convert

RGB186168172-
CMYK00.100.080.27
HSL346.67º11.54%69.41%-
HSV(B)346.67º9.68%72.94%-
XYZ41.741.4244.83-
YUV173.84126.96136.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 168 (66.02% from 255) = 31.94%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=35.36%
G=31.94%
B=32.70%

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
Decimal18616817200.100.080.27346.6711.5469.41
HexBAA8AC0A81B15bc45
Octal272250254012103353314105
Binary1011101010101000101011000101010001101110101101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA8AC; }

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

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

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

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

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

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

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

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