#BEA1AA

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

Shades of Careys Pink #BEA1AA

Tints of Careys Pink #BEA1AA

Color information

#BEA1AA (or 0xBEA1AA) is unknown color: approx Careys Pink. HEX triplet: BE, A1 and AA. RGB value is (190,161,170). Sum of RGB (Red+Green+Blue) = 190+161+170=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA1AA is #415E55. Grayscale: #AAAAAA. Windows color (decimal): -4283990 or 11182526. OLE color: 11182526.

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

Color convert

RGB190161170-
CMYK00.150.110.25
HSL341.38º18.24%68.82%-
HSV(B)341.38º15.26%74.51%-
XYZ41.2439.3443.45-
YUV170.7127.61141.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 161 (63.28% from 255) = 30.90%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=36.47%
G=30.90%
B=32.63%

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
Decimal19016117000.150.110.25341.3818.2468.82
HexBEA1AA0FB191551245
Octal276241252017133152522105
Binary10111110101000011010101001111101111001101010101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1AA; }

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

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

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

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

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

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

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

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