#BFA8AC

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

Shades of Careys Pink #BFA8AC

Tints of Careys Pink #BFA8AC

Color information

#BFA8AC (or 0xBFA8AC) is unknown color: approx Careys Pink. HEX triplet: BF, A8 and AC. RGB value is (191,168,172). Sum of RGB (Red+Green+Blue) = 191+168+172=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA8AC is #405753. Grayscale: #AFAFAF. Windows color (decimal): -4216660 or 11315391. OLE color: 11315391.

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

Color convert

RGB191168172-
CMYK00.120.100.25
HSL349.57º15.23%70.39%-
HSV(B)349.57º12.04%74.9%-
XYZ42.9342.0644.89-
YUV175.33126.12139.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 168 (66.02% from 255) = 31.64%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=35.97%
G=31.64%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116817200.120.100.25349.5715.2370.39
HexBFA8AC0CA1915ef46
Octal277250254014123153617106
Binary1011111110101000101011000110010101100110101111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA8AC; }

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

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

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

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

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

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

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

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