#BEACAE

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

Shades of Careys Pink #BEACAE

Tints of Careys Pink #BEACAE

Color information

#BEACAE (or 0xBEACAE) is unknown color: approx Careys Pink. HEX triplet: BE, AC and AE. RGB value is (190,172,174). Sum of RGB (Red+Green+Blue) = 190+172+174=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEACAE is #415351. Grayscale: #B1B1B1. Windows color (decimal): -4281170 or 11447486. OLE color: 11447486.

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

Color convert

RGB190172174-
CMYK00.090.080.25
HSL353.33º12.16%70.98%-
HSV(B)353.33º9.47%74.51%-
XYZ43.6343.5146.14-
YUV177.61125.96136.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=35.45%
G=32.09%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017217400.090.080.25353.3312.1670.98
HexBEACAE09819161c47
Octal276254256011103154114107
Binary1011111010101100101011100100110001100110110000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACAE; }

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

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

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

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

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

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

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

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