#BEA2A8

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

Shades of Careys Pink #BEA2A8

Tints of Careys Pink #BEA2A8

Color information

#BEA2A8 (or 0xBEA2A8) is unknown color: approx Careys Pink. HEX triplet: BE, A2 and A8. RGB value is (190,162,168). Sum of RGB (Red+Green+Blue) = 190+162+168=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA2A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA2A8 is #415D57. Grayscale: #ABABAB. Windows color (decimal): -4283736 or 11051710. OLE color: 11051710.

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

Color convert

RGB190162168-
CMYK00.150.120.25
HSL347.14º17.72%69.02%-
HSV(B)347.14º14.74%74.51%-
XYZ41.2239.6142.52-
YUV171.06126.28141.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 162 (63.67% from 255) = 31.15%
BLUE value IS 168 (66.02% from 255) = 32.31%
R=36.54%
G=31.15%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016216800.150.120.25347.1417.7269.02
HexBEA2A80FC1915b1245
Octal276242250017143153322105
Binary10111110101000101010100001111110011001101011011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2A8; }

 p { color: rgb(190,162,168); }

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

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

 a { background-color: rgb(190,162,168); }

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

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

 span { border-color: rgb(190,162,168); }

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