#BEA2AA

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

Shades of Careys Pink #BEA2AA

Tints of Careys Pink #BEA2AA

Color information

#BEA2AA (or 0xBEA2AA) is unknown color: approx Careys Pink. HEX triplet: BE, A2 and AA. RGB value is (190,162,170). Sum of RGB (Red+Green+Blue) = 190+162+170=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA2AA is #415D55. Grayscale: #ABABAB. Windows color (decimal): -4283734 or 11182782. OLE color: 11182782.

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

Color convert

RGB190162170-
CMYK00.150.110.25
HSL342.86º17.72%69.02%-
HSV(B)342.86º14.74%74.51%-
XYZ41.4139.6943.51-
YUV171.28127.28141.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 162 (63.67% from 255) = 31.03%
BLUE value IS 170 (66.80% from 255) = 32.57%
R=36.40%
G=31.03%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016217000.150.110.25342.8617.7269.02
HexBEA2AA0FB191571245
Octal276242252017133152722105
Binary10111110101000101010101001111101111001101010111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2AA; }

 p { color: rgb(190,162,170); }

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

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

 a { background-color: rgb(190,162,170); }

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

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

 span { border-color: rgb(190,162,170); }

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