#BFA3AA

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

Shades of Careys Pink #BFA3AA

Tints of Careys Pink #BFA3AA

Color information

#BFA3AA (or 0xBFA3AA) is unknown color: approx Careys Pink. HEX triplet: BF, A3 and AA. RGB value is (191,163,170). Sum of RGB (Red+Green+Blue) = 191+163+170=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA3AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA3AA is #405C55. Grayscale: #ACACAC. Windows color (decimal): -4217942 or 11183039. OLE color: 11183039.

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

Color convert

RGB191163170-
CMYK00.150.110.25
HSL345º17.95%69.41%-
HSV(B)345º14.66%74.9%-
XYZ41.8440.1743.58-
YUV172.17126.78141.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 163 (64.06% from 255) = 31.11%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=36.45%
G=31.11%
B=32.44%

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
Decimal19116317000.150.110.2534517.9569.41
HexBFA3AA0FB191591245
Octal277243252017133153122105
Binary10111111101000111010101001111101111001101011001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA3AA; }

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

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

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

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

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

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

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

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