#BEA4A7

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

Shades of Careys Pink #BEA4A7

Tints of Careys Pink #BEA4A7

Color information

#BEA4A7 (or 0xBEA4A7) is unknown color: approx Careys Pink. HEX triplet: BE, A4 and A7. RGB value is (190,164,167). Sum of RGB (Red+Green+Blue) = 190+164+167=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA4A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA4A7 is #415B58. Grayscale: #ACACAC. Windows color (decimal): -4283225 or 10986686. OLE color: 10986686.

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

Color convert

RGB190164167-
CMYK00.140.120.25
HSL353.08º16.67%69.41%-
HSV(B)353.08º13.68%74.51%-
XYZ41.4940.2942.15-
YUV172.12125.11140.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 164 (64.45% from 255) = 31.48%
BLUE value IS 167 (65.62% from 255) = 32.05%
R=36.47%
G=31.48%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016416700.140.120.25353.0816.6769.41
HexBEA4A70EC191611145
Octal276244247016143154121105
Binary10111110101001001010011101110110011001101100001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA4A7; }

 p { color: rgb(190,164,167); }

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

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

 a { background-color: rgb(190,164,167); }

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

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

 span { border-color: rgb(190,164,167); }

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