#BEA4AB

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

Shades of Careys Pink #BEA4AB

Tints of Careys Pink #BEA4AB

Color information

#BEA4AB (or 0xBEA4AB) is unknown color: approx Careys Pink. HEX triplet: BE, A4 and AB. RGB value is (190,164,171). Sum of RGB (Red+Green+Blue) = 190+164+171=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA4AB is #415B54. Grayscale: #ACACAC. Windows color (decimal): -4283221 or 11248830. OLE color: 11248830.

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

Color convert

RGB190164171-
CMYK00.140.100.25
HSL343.85º16.67%69.41%-
HSV(B)343.85º13.68%74.51%-
XYZ41.8640.4444.13-
YUV172.57127.11140.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 164 (64.45% from 255) = 31.24%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=36.19%
G=31.24%
B=32.57%

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
Decimal19016417100.140.100.25343.8516.6769.41
HexBEA4AB0EA191581145
Octal276244253016123153021105
Binary10111110101001001010101101110101011001101011000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA4AB; }

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

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

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

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

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

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

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

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