#BEA4A8

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

Shades of Careys Pink #BEA4A8

Tints of Careys Pink #BEA4A8

Color information

#BEA4A8 (or 0xBEA4A8) is unknown color: approx Careys Pink. HEX triplet: BE, A4 and A8. RGB value is (190,164,168). Sum of RGB (Red+Green+Blue) = 190+164+168=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA4A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA4A8 is #415B57. Grayscale: #ACACAC. Windows color (decimal): -4283224 or 11052222. OLE color: 11052222.

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

Color convert

RGB190164168-
CMYK00.140.120.25
HSL350.77º16.67%69.41%-
HSV(B)350.77º13.68%74.51%-
XYZ41.5840.3342.64-
YUV172.23125.61140.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 164 (64.45% from 255) = 31.42%
BLUE value IS 168 (66.02% from 255) = 32.18%
R=36.40%
G=31.42%
B=32.18%

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
Decimal19016416800.140.120.25350.7716.6769.41
HexBEA4A80EC1915f1145
Octal276244250016143153721105
Binary10111110101001001010100001110110011001101011111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA4A8; }

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

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

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

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

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

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

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

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