Html Css Color HEX #BAA9AD Careys Pink

📋 copy color: '#BAA9AD'

red 186 ◦ green 169 ◦ blue 173

#BAA9AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #BAA9AD

Tints of Careys Pink #BAA9AD

RGB

 RED value IS 186 (73.05% from 255) = 35.23%

 GREEN value IS 169 (66.41% from 255) = 32.01%

 BLUE value IS 173 (67.97% from 255) = 32.77%

R = 35.23%
G = 32.01%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BAA9AD (or 0xBAA9AD) is known color: Careys Pink. HEX triplet: BA, A9 and AD. RGB value is (186,169,173). Sum of RGB (Red+Green+Blue) = 186+169+173=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA9AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA9AD is #455652. Grayscale: #AEAEAE. Windows color (decimal): -4544083 or 11381178. OLE color: 11381178.

HSL color Cylindrical-coordinate representation of color #BAA9AD: hue angle of 345.88º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAA9AD is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 169 173 -
CMYK 0 0.09 0.07 0.27
HSL 345.88º 0.11% 0.7% -
HSV(B) 345.88º 0.09% 0.73% -
XYZ 41.98 41.83 45.4 -
YUV 174.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 186 169 173 0 0.09 0.07 0.27 345.88 0.11 0.7
Hex BA A9 AD 0 9 7 1B 15A B 46
Octal 272 251 255 0 11 7 33 532 13 106
Binary 10111010 10101001 10101101 0 1001 111 11011 101011010 1011 1000110

Color Harmonies of #BAA9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA9AD

Black with #BAA9AD

Text Example


Text Example

White with #BAA9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA9AD; }

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

 H1.HeaderClassName
 {
   color: #BAA9AD;
 }
 .AnyTagClassName
 {
   color: #BAA9AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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