#BFA6AC

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

Shades of Careys Pink #BFA6AC

Tints of Careys Pink #BFA6AC

Color information

#BFA6AC (or 0xBFA6AC) is unknown color: approx Careys Pink. HEX triplet: BF, A6 and AC. RGB value is (191,166,172). Sum of RGB (Red+Green+Blue) = 191+166+172=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA6AC is #405953. Grayscale: #AEAEAE. Windows color (decimal): -4217172 or 11314879. OLE color: 11314879.

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

Color convert

RGB191166172-
CMYK00.130.100.25
HSL345.6º16.34%70%-
HSV(B)345.6º13.09%74.9%-
XYZ42.5741.3344.76-
YUV174.16126.78140.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.11%
GREEN value IS 166 (65.23% from 255) = 31.38%
BLUE value IS 172 (67.58% from 255) = 32.51%
R=36.11%
G=31.38%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116617200.130.100.25345.616.3470
HexBFA6AC0DA1915a1046
Octal277246254015123153220106
Binary10111111101001101010110001101101011001101011010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA6AC; }

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

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

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

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

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

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

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

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