#BFA2A6

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

Shades of Careys Pink #BFA2A6

Tints of Careys Pink #BFA2A6

Color information

#BFA2A6 (or 0xBFA2A6) is unknown color: approx Careys Pink. HEX triplet: BF, A2 and A6. RGB value is (191,162,166). Sum of RGB (Red+Green+Blue) = 191+162+166=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA2A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA2A6 is #405D59. Grayscale: #ABABAB. Windows color (decimal): -4218202 or 10920639. OLE color: 10920639.

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

Color convert

RGB191162166-
CMYK00.150.130.25
HSL351.72º18.47%69.22%-
HSV(B)351.72º15.18%74.9%-
XYZ41.2939.6741.56-
YUV171.13125.11142.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.80%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 166 (65.23% from 255) = 31.98%
R=36.80%
G=31.21%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116216600.150.130.25351.7218.4769.22
HexBFA2A60FD191601245
Octal277242246017153154022105
Binary10111111101000101010011001111110111001101100000100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA2A6; }

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

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

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

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

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

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

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

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