#BFA2AA

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

Shades of Careys Pink #BFA2AA

Tints of Careys Pink #BFA2AA

Color information

#BFA2AA (or 0xBFA2AA) is unknown color: approx Careys Pink. HEX triplet: BF, A2 and AA. RGB value is (191,162,170). Sum of RGB (Red+Green+Blue) = 191+162+170=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA2AA is #405D55. Grayscale: #ABABAB. Windows color (decimal): -4218198 or 11182783. OLE color: 11182783.

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

Color convert

RGB191162170-
CMYK00.150.110.25
HSL343.45º18.47%69.22%-
HSV(B)343.45º15.18%74.9%-
XYZ41.6639.8243.52-
YUV171.58127.11141.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=36.52%
G=30.98%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116217000.150.110.25343.4518.4769.22
HexBFA2AA0FB191571245
Octal277242252017133152722105
Binary10111111101000101010101001111101111001101010111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA2AA; }

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

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

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

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

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

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

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

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