#BEA3A4

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

Shades of Careys Pink #BEA3A4

Tints of Careys Pink #BEA3A4

Color information

#BEA3A4 (or 0xBEA3A4) is unknown color: approx Careys Pink. HEX triplet: BE, A3 and A4. RGB value is (190,163,164). Sum of RGB (Red+Green+Blue) = 190+163+164=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA3A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA3A4 is #415C5B. Grayscale: #ABABAB. Windows color (decimal): -4283484 or 10789822. OLE color: 10789822.

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

Color convert

RGB190163164-
CMYK00.140.140.25
HSL357.78º17.2%69.22%-
HSV(B)357.78º14.21%74.51%-
XYZ41.0339.8240.65-
YUV171.19123.95141.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 163 (64.06% from 255) = 31.53%
BLUE value IS 164 (64.45% from 255) = 31.72%
R=36.75%
G=31.53%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016316400.140.140.25357.7817.269.22
HexBEA3A40EE191661145
Octal276243244016163154621105
Binary10111110101000111010010001110111011001101100110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA3A4; }

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

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

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

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

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

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

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

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