#BEA4AC

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

Shades of Careys Pink #BEA4AC

Tints of Careys Pink #BEA4AC

Color information

#BEA4AC (or 0xBEA4AC) is unknown color: approx Careys Pink. HEX triplet: BE, A4 and AC. RGB value is (190,164,172). Sum of RGB (Red+Green+Blue) = 190+164+172=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA4AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA4AC is #415B53. Grayscale: #ACACAC. Windows color (decimal): -4283220 or 11314366. OLE color: 11314366.

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

Color convert

RGB190164172-
CMYK00.140.090.25
HSL341.54º16.67%69.41%-
HSV(B)341.54º13.68%74.51%-
XYZ41.9640.4844.63-
YUV172.69127.61140.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 172 (67.58% from 255) = 32.70%
R=36.12%
G=31.18%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016417200.140.090.25341.5416.6769.41
HexBEA4AC0E9191561145
Octal276244254016113152621105
Binary10111110101001001010110001110100111001101010110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA4AC; }

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

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

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

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

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

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

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

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