#BEA4AA

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

Shades of Careys Pink #BEA4AA

Tints of Careys Pink #BEA4AA

Color information

#BEA4AA (or 0xBEA4AA) is unknown color: approx Careys Pink. HEX triplet: BE, A4 and AA. RGB value is (190,164,170). Sum of RGB (Red+Green+Blue) = 190+164+170=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA4AA is #415B55. Grayscale: #ACACAC. Windows color (decimal): -4283222 or 11183294. OLE color: 11183294.

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

Color convert

RGB190164170-
CMYK00.140.110.25
HSL346.15º16.67%69.41%-
HSV(B)346.15º13.68%74.51%-
XYZ41.7740.443.63-
YUV172.46126.61140.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 164 (64.45% from 255) = 31.30%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=36.26%
G=31.30%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016417000.140.110.25346.1516.6769.41
HexBEA4AA0EB1915a1145
Octal276244252016133153221105
Binary10111110101001001010101001110101111001101011010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA4AA; }

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

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

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

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

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

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

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

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