#BEA3AB

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

Shades of Careys Pink #BEA3AB

Tints of Careys Pink #BEA3AB

Color information

#BEA3AB (or 0xBEA3AB) is unknown color: approx Careys Pink. HEX triplet: BE, A3 and AB. RGB value is (190,163,171). Sum of RGB (Red+Green+Blue) = 190+163+171=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA3AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA3AB is #415C54. Grayscale: #ABABAB. Windows color (decimal): -4283477 or 11248574. OLE color: 11248574.

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

Color convert

RGB190163171-
CMYK00.140.100.25
HSL342.22º17.2%69.22%-
HSV(B)342.22º14.21%74.51%-
XYZ41.6840.0844.07-
YUV171.98127.45140.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 163 (64.06% from 255) = 31.11%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=36.26%
G=31.11%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016317100.140.100.25342.2217.269.22
HexBEA3AB0EA191561145
Octal276243253016123152621105
Binary10111110101000111010101101110101011001101010110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA3AB; }

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

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

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

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

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

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

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

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