Html Css Color HEX #BAA6AA Careys Pink

📋 copy color: '#BAA6AA'

red 186 ◦ green 166 ◦ blue 170

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

Shades of Careys Pink #BAA6AA

Tints of Careys Pink #BAA6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.8%

 BLUE value IS 170 (66.8% from 255) = 32.57%

R = 35.63%
G = 31.8%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BAA6AA (or 0xBAA6AA) is known color: Careys Pink. HEX triplet: BA, A6 and AA. RGB value is (186,166,170). Sum of RGB (Red+Green+Blue) = 186+166+170=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA6AA is #455955. Grayscale: #ACACAC. Windows color (decimal): -4544854 or 11183802. OLE color: 11183802.

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

Color convert

RGB 186 166 170 -
CMYK 0 0.11 0.09 0.27
HSL 348º 0.13% 0.69% -
HSV(B) 348º 0.11% 0.73% -
XYZ 41.14 40.61 43.7 -
YUV 172.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 186 166 170 0 0.11 0.09 0.27 348 0.13 0.69
Hex BA A6 AA 0 B 9 1B 15C D 45
Octal 272 246 252 0 13 11 33 534 15 105
Binary 10111010 10100110 10101010 0 1011 1001 11011 101011100 1101 1000101

Color Harmonies of #BAA6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6AA

Black with #BAA6AA

Text Example


Text Example

White with #BAA6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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