#BEA2A9

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

Shades of Careys Pink #BEA2A9

Tints of Careys Pink #BEA2A9

Color information

#BEA2A9 (or 0xBEA2A9) is unknown color: approx Careys Pink. HEX triplet: BE, A2 and A9. RGB value is (190,162,169). Sum of RGB (Red+Green+Blue) = 190+162+169=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA2A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA2A9 is #415D56. Grayscale: #ABABAB. Windows color (decimal): -4283735 or 11117246. OLE color: 11117246.

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

Color convert

RGB190162169-
CMYK00.150.110.25
HSL345º17.72%69.02%-
HSV(B)345º14.74%74.51%-
XYZ41.3239.6543.01-
YUV171.17126.78141.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 162 (63.67% from 255) = 31.09%
BLUE value IS 169 (66.41% from 255) = 32.44%
R=36.47%
G=31.09%
B=32.44%

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
Decimal19016216900.150.110.2534517.7269.02
HexBEA2A90FB191591245
Octal276242251017133153122105
Binary10111110101000101010100101111101111001101011001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2A9; }

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

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

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

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

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

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

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

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