#BAA8AD

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

Shades of Careys Pink #BAA8AD

Tints of Careys Pink #BAA8AD

Color information

#BAA8AD (or 0xBAA8AD) is unknown color: approx Careys Pink. HEX triplet: BA, A8 and AD. RGB value is (186,168,173). Sum of RGB (Red+Green+Blue) = 186+168+173=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA8AD is #455752. Grayscale: #ADADAD. Windows color (decimal): -4544339 or 11380922. OLE color: 11380922.

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

Color convert

RGB186168173-
CMYK00.100.070.27
HSL343.33º11.54%69.41%-
HSV(B)343.33º9.68%72.94%-
XYZ41.841.4645.34-
YUV173.95127.46136.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 168 (66.02% from 255) = 31.88%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=35.29%
G=31.88%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616817300.100.070.27343.3311.5469.41
HexBAA8AD0A71B157c45
Octal27225025501273352714105
Binary101110101010100010101101010101111101110101011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA8AD; }

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

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

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

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

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

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

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

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