#BFA9AC

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

Shades of Careys Pink #BFA9AC

Tints of Careys Pink #BFA9AC

Color information

#BFA9AC (or 0xBFA9AC) is unknown color: approx Careys Pink. HEX triplet: BF, A9 and AC. RGB value is (191,169,172). Sum of RGB (Red+Green+Blue) = 191+169+172=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA9AC is #405653. Grayscale: #AFAFAF. Windows color (decimal): -4216404 or 11315647. OLE color: 11315647.

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

Color convert

RGB191169172-
CMYK00.120.100.25
HSL351.82º14.67%70.59%-
HSV(B)351.82º11.52%74.9%-
XYZ43.1242.4344.95-
YUV175.92125.79138.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 169 (66.41% from 255) = 31.77%
BLUE value IS 172 (67.58% from 255) = 32.33%
R=35.90%
G=31.77%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116917200.120.100.25351.8214.6770.59
HexBFA9AC0CA19160f47
Octal277251254014123154017107
Binary1011111110101001101011000110010101100110110000011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA9AC; }

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

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

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

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

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

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

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

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