#BEA6AC

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

Shades of Careys Pink #BEA6AC

Tints of Careys Pink #BEA6AC

Color information

#BEA6AC (or 0xBEA6AC) is unknown color: approx Careys Pink. HEX triplet: BE, A6 and AC. RGB value is (190,166,172). Sum of RGB (Red+Green+Blue) = 190+166+172=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA6AC is #415953. Grayscale: #ADADAD. Windows color (decimal): -4282708 or 11314878. OLE color: 11314878.

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

Color convert

RGB190166172-
CMYK00.130.090.25
HSL345º15.58%69.8%-
HSV(B)345º12.63%74.51%-
XYZ42.3241.244.75-
YUV173.86126.95139.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 166 (65.23% from 255) = 31.44%
BLUE value IS 172 (67.58% from 255) = 32.58%
R=35.98%
G=31.44%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016617200.130.090.2534515.5869.8
HexBEA6AC0D9191591046
Octal276246254015113153120106
Binary10111110101001101010110001101100111001101011001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA6AC; }

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

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

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

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

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

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

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

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