#BFA9AA

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

Shades of Careys Pink #BFA9AA

Tints of Careys Pink #BFA9AA

Color information

#BFA9AA (or 0xBFA9AA) is unknown color: approx Careys Pink. HEX triplet: BF, A9 and AA. RGB value is (191,169,170). Sum of RGB (Red+Green+Blue) = 191+169+170=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA9AA is #405655. Grayscale: #AFAFAF. Windows color (decimal): -4216406 or 11184575. OLE color: 11184575.

HSL color Cylindrical-coordinate representation of color #BFA9AA: hue angle of 357.27º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFA9AA is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB191169170-
CMYK00.120.110.25
HSL357.27º14.67%70.59%-
HSV(B)357.27º11.52%74.9%-
XYZ42.9342.3543.94-
YUV175.69124.79138.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 169 (66.41% from 255) = 31.89%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=36.04%
G=31.89%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116917000.120.110.25357.2714.6770.59
HexBFA9AA0CB19165f47
Octal277251252014133154517107
Binary1011111110101001101010100110010111100110110010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA9AA; }

 p { color: rgb(191,169,170); }

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

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

 a { background-color: rgb(191,169,170); }

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

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

 span { border-color: rgb(191,169,170); }

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