#BFA9AF

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

Shades of Careys Pink #BFA9AF

Tints of Careys Pink #BFA9AF

Color information

#BFA9AF (or 0xBFA9AF) is unknown color: approx Careys Pink. HEX triplet: BF, A9 and AF. RGB value is (191,169,175). Sum of RGB (Red+Green+Blue) = 191+169+175=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA9AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA9AF is #405650. Grayscale: #B0B0B0. Windows color (decimal): -4216401 or 11512255. OLE color: 11512255.

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

Color convert

RGB191169175-
CMYK00.120.080.25
HSL343.64º14.67%70.59%-
HSV(B)343.64º11.52%74.9%-
XYZ43.4142.5546.48-
YUV176.26127.29138.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 169 (66.41% from 255) = 31.59%
BLUE value IS 175 (68.75% from 255) = 32.71%
R=35.70%
G=31.59%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116917500.120.080.25343.6414.6770.59
HexBFA9AF0C819158f47
Octal277251257014103153017107
Binary1011111110101001101011110110010001100110101100011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA9AF; }

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

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

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

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

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

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

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

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