#BEA1A4

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

Shades of Careys Pink #BEA1A4

Tints of Careys Pink #BEA1A4

Color information

#BEA1A4 (or 0xBEA1A4) is unknown color: approx Careys Pink. HEX triplet: BE, A1 and A4. RGB value is (190,161,164). Sum of RGB (Red+Green+Blue) = 190+161+164=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA1A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA1A4 is #415E5B. Grayscale: #AAAAAA. Windows color (decimal): -4283996 or 10789310. OLE color: 10789310.

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

Color convert

RGB190161164-
CMYK00.150.140.25
HSL353.79º18.24%68.82%-
HSV(B)353.79º15.26%74.51%-
XYZ40.6839.1240.53-
YUV170.01124.61142.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 161 (63.28% from 255) = 31.26%
BLUE value IS 164 (64.45% from 255) = 31.84%
R=36.89%
G=31.26%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016116400.150.140.25353.7918.2468.82
HexBEA1A40FE191621245
Octal276241244017163154222105
Binary10111110101000011010010001111111011001101100010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1A4; }

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

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

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

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

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

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

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

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