#BFA8AE

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

Shades of Careys Pink #BFA8AE

Tints of Careys Pink #BFA8AE

Color information

#BFA8AE (or 0xBFA8AE) is unknown color: approx Careys Pink. HEX triplet: BF, A8 and AE. RGB value is (191,168,174). Sum of RGB (Red+Green+Blue) = 191+168+174=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA8AE is #405751. Grayscale: #AFAFAF. Windows color (decimal): -4216658 or 11446463. OLE color: 11446463.

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

Color convert

RGB191168174-
CMYK00.120.090.25
HSL344.35º15.23%70.39%-
HSV(B)344.35º12.04%74.9%-
XYZ43.1342.1445.9-
YUV175.56127.12139.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.83%
GREEN value IS 168 (66.02% from 255) = 31.52%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=35.83%
G=31.52%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116817400.120.090.25344.3515.2370.39
HexBFA8AE0C919158f46
Octal277250256014113153017106
Binary1011111110101000101011100110010011100110101100011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA8AE; }

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

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

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

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

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

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

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

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