#BEA0A6

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

Shades of Careys Pink #BEA0A6

Tints of Careys Pink #BEA0A6

Color information

#BEA0A6 (or 0xBEA0A6) is unknown color: approx Careys Pink. HEX triplet: BE, A0 and A6. RGB value is (190,160,166). Sum of RGB (Red+Green+Blue) = 190+160+166=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA0A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA0A6 is #415F59. Grayscale: #A9A9A9. Windows color (decimal): -4284250 or 10920126. OLE color: 10920126.

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

Color convert

RGB190160166-
CMYK00.160.130.25
HSL348º18.75%68.63%-
HSV(B)348º15.79%74.51%-
XYZ40.6938.8441.43-
YUV169.65125.94142.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 160 (62.89% from 255) = 31.01%
BLUE value IS 166 (65.23% from 255) = 32.17%
R=36.82%
G=31.01%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016016600.160.130.2534818.7568.63
HexBEA0A6010D1915c1345
Octal276240246020153153423105
Binary101111101010000010100110010000110111001101011100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA0A6; }

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

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

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

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

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

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

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

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