#BFACAE

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

Shades of Careys Pink #BFACAE

Tints of Careys Pink #BFACAE

Color information

#BFACAE (or 0xBFACAE) is unknown color: approx Careys Pink. HEX triplet: BF, AC and AE. RGB value is (191,172,174). Sum of RGB (Red+Green+Blue) = 191+172+174=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 191 - color contains mainly: red. Hex color #BFACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFACAE is #405351. Grayscale: #B1B1B1. Windows color (decimal): -4215634 or 11447487. OLE color: 11447487.

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

Color convert

RGB191172174-
CMYK00.100.090.25
HSL353.68º12.93%71.18%-
HSV(B)353.68º9.95%74.9%-
XYZ43.8843.6446.15-
YUV177.91125.79137.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.57%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=35.57%
G=32.03%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117217400.100.090.25353.6812.9371.18
HexBFACAE0A919162d47
Octal277254256012113154215107
Binary1011111110101100101011100101010011100110110001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFACAE; }

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

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

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

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

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

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

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

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