#BFA7AA

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

Shades of Careys Pink #BFA7AA

Tints of Careys Pink #BFA7AA

Color information

#BFA7AA (or 0xBFA7AA) is unknown color: approx Careys Pink. HEX triplet: BF, A7 and AA. RGB value is (191,167,170). Sum of RGB (Red+Green+Blue) = 191+167+170=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA7AA is #405855. Grayscale: #AEAEAE. Windows color (decimal): -4216918 or 11184063. OLE color: 11184063.

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

Color convert

RGB191167170-
CMYK00.130.110.25
HSL352.5º15.79%70.2%-
HSV(B)352.5º12.57%74.9%-
XYZ42.5641.6243.82-
YUV174.52125.45139.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 167 (65.62% from 255) = 31.63%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=36.17%
G=31.63%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116717000.130.110.25352.515.7970.2
HexBFA7AA0DB191601046
Octal277247252015133154020106
Binary10111111101001111010101001101101111001101100000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA7AA; }

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

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

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

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

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

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

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

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