#BEA9AB

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

Shades of Careys Pink #BEA9AB

Tints of Careys Pink #BEA9AB

Color information

#BEA9AB (or 0xBEA9AB) is unknown color: approx Careys Pink. HEX triplet: BE, A9 and AB. RGB value is (190,169,171). Sum of RGB (Red+Green+Blue) = 190+169+171=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA9AB is #415654. Grayscale: #AFAFAF. Windows color (decimal): -4281941 or 11250110. OLE color: 11250110.

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

Color convert

RGB190169171-
CMYK00.110.100.25
HSL354.29º13.91%70.39%-
HSV(B)354.29º11.05%74.51%-
XYZ42.7742.2644.43-
YUV175.51125.46138.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 169 (66.41% from 255) = 31.89%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=35.85%
G=31.89%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016917100.110.100.25354.2913.9170.39
HexBEA9AB0BA19162e46
Octal276251253013123154216106
Binary1011111010101001101010110101110101100110110001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9AB; }

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

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

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

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

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

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

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

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