#BEA7A6

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

Shades of Pink Swan #BEA7A6

Tints of Pink Swan #BEA7A6

Color information

#BEA7A6 (or 0xBEA7A6) is unknown color: approx Pink Swan. HEX triplet: BE, A7 and A6. RGB value is (190,167,166). Sum of RGB (Red+Green+Blue) = 190+167+166=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 167 (65.62% from 255 or 31.93% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA7A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA7A6 is #415859. Grayscale: #ADADAD. Windows color (decimal): -4282458 or 10921918. OLE color: 10921918.

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

Color convert

RGB190167166-
CMYK00.120.130.25
HSL2.5º15.58%69.8%-
HSV(B)2.5º12.63%74.51%-
XYZ41.9441.3441.85-
YUV173.76123.62139.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 167 (65.62% from 255) = 31.93%
BLUE value IS 166 (65.23% from 255) = 31.74%
R=36.33%
G=31.93%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016716600.120.130.252.515.5869.8
HexBEA7A60CD1931046
Octal2762472460141531320106
Binary1011111010100111101001100110011011100111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA7A6; }

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

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

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

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

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

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

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

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