#BFA9AB

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

Shades of Careys Pink #BFA9AB

Tints of Careys Pink #BFA9AB

Color information

#BFA9AB (or 0xBFA9AB) is unknown color: approx Careys Pink. HEX triplet: BF, A9 and AB. RGB value is (191,169,171). Sum of RGB (Red+Green+Blue) = 191+169+171=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA9AB is #405654. Grayscale: #AFAFAF. Windows color (decimal): -4216405 or 11250111. OLE color: 11250111.

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

Color convert

RGB191169171-
CMYK00.120.100.25
HSL354.55º14.67%70.59%-
HSV(B)354.55º11.52%74.9%-
XYZ43.0242.3944.44-
YUV175.81125.29138.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 169 (66.41% from 255) = 31.83%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=35.97%
G=31.83%
B=32.20%

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
Decimal19116917100.120.100.25354.5514.6770.59
HexBFA9AB0CA19163f47
Octal277251253014123154317107
Binary1011111110101001101010110110010101100110110001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA9AB; }

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

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

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

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

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

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

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

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