#BEA5A9

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

Shades of Careys Pink #BEA5A9

Tints of Careys Pink #BEA5A9

Color information

#BEA5A9 (or 0xBEA5A9) is unknown color: approx Careys Pink. HEX triplet: BE, A5 and A9. RGB value is (190,165,169). Sum of RGB (Red+Green+Blue) = 190+165+169=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA5A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA5A9 is #415A56. Grayscale: #ACACAC. Windows color (decimal): -4282967 or 11118014. OLE color: 11118014.

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

Color convert

RGB190165169-
CMYK00.130.110.25
HSL350.4º16.13%69.61%-
HSV(B)350.4º13.16%74.51%-
XYZ41.8540.7243.19-
YUV172.93125.78140.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 165 (64.84% from 255) = 31.49%
BLUE value IS 169 (66.41% from 255) = 32.25%
R=36.26%
G=31.49%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016516900.130.110.25350.416.1369.61
HexBEA5A90DB1915e1046
Octal276245251015133153620106
Binary10111110101001011010100101101101111001101011110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA5A9; }

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

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

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

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

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

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

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

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