#BEAEAD

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

Shades of Pink Swan #BEAEAD

Tints of Pink Swan #BEAEAD

Color information

#BEAEAD (or 0xBEAEAD) is unknown color: approx Pink Swan. HEX triplet: BE, AE and AD. RGB value is (190,174,173). Sum of RGB (Red+Green+Blue) = 190+174+173=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAEAD is #415152. Grayscale: #B2B2B2. Windows color (decimal): -4280659 or 11382462. OLE color: 11382462.

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

Color convert

RGB190174173-
CMYK00.080.090.25
HSL3.53º11.56%71.18%-
HSV(B)3.53º8.95%74.51%-
XYZ43.9144.2445.76-
YUV178.67124.8136.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 173 (67.97% from 255) = 32.22%
R=35.38%
G=32.40%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017417300.080.090.253.5311.5671.18
HexBEAEAD089194c47
Octal2762562550101131414107
Binary1011111010101110101011010100010011100110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEAD; }

 p { color: rgb(190,174,173); }

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

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

 a { background-color: rgb(190,174,173); }

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

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

 span { border-color: rgb(190,174,173); }

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