#BFACAF

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

Shades of Careys Pink #BFACAF

Tints of Careys Pink #BFACAF

Color information

#BFACAF (or 0xBFACAF) is unknown color: approx Careys Pink. HEX triplet: BF, AC and AF. RGB value is (191,172,175). Sum of RGB (Red+Green+Blue) = 191+172+175=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 191 - color contains mainly: red. Hex color #BFACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFACAF is #405350. Grayscale: #B2B2B2. Windows color (decimal): -4215633 or 11513023. OLE color: 11513023.

HSL color Cylindrical-coordinate representation of color #BFACAF: hue angle of 350.53º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFACAF is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB191172175-
CMYK00.100.080.25
HSL350.53º12.93%71.18%-
HSV(B)350.53º9.95%74.9%-
XYZ43.9843.6846.67-
YUV178.02126.29137.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 175 (68.75% from 255) = 32.53%
R=35.50%
G=31.97%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117217500.100.080.25350.5312.9371.18
HexBFACAF0A81915fd47
Octal277254257012103153715107
Binary1011111110101100101011110101010001100110101111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFACAF; }

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

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

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

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

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

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

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

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