#BEA4A5

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

Shades of Careys Pink #BEA4A5

Tints of Careys Pink #BEA4A5

Color information

#BEA4A5 (or 0xBEA4A5) is unknown color: approx Careys Pink. HEX triplet: BE, A4 and A5. RGB value is (190,164,165). Sum of RGB (Red+Green+Blue) = 190+164+165=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA4A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA4A5 is #415B5A. Grayscale: #ABABAB. Windows color (decimal): -4283227 or 10855614. OLE color: 10855614.

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

Color convert

RGB190164165-
CMYK00.140.130.25
HSL357.69º16.67%69.41%-
HSV(B)357.69º13.68%74.51%-
XYZ41.340.2141.18-
YUV171.89124.11140.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 164 (64.45% from 255) = 31.60%
BLUE value IS 165 (64.84% from 255) = 31.79%
R=36.61%
G=31.60%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016416500.140.130.25357.6916.6769.41
HexBEA4A50ED191661145
Octal276244245016153154621105
Binary10111110101001001010010101110110111001101100110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA4A5; }

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

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

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

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

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

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

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

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