#BEA0A4

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

Shades of Careys Pink #BEA0A4

Tints of Careys Pink #BEA0A4

Color information

#BEA0A4 (or 0xBEA0A4) is unknown color: approx Careys Pink. HEX triplet: BE, A0 and A4. RGB value is (190,160,164). Sum of RGB (Red+Green+Blue) = 190+160+164=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA0A4 is #415F5B. Grayscale: #A9A9A9. Windows color (decimal): -4284252 or 10789054. OLE color: 10789054.

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

Color convert

RGB190160164-
CMYK00.160.140.25
HSL352º18.75%68.63%-
HSV(B)352º15.79%74.51%-
XYZ40.5138.7740.47-
YUV169.43124.94142.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 160 (62.89% from 255) = 31.13%
BLUE value IS 164 (64.45% from 255) = 31.91%
R=36.96%
G=31.13%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016016400.160.140.2535218.7568.63
HexBEA0A4010E191601345
Octal276240244020163154023105
Binary101111101010000010100100010000111011001101100000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA0A4; }

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

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

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

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

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

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

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

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