#BEADAD

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

Shades of Pink Swan #BEADAD

Tints of Pink Swan #BEADAD

Color information

#BEADAD (or 0xBEADAD) is unknown color: approx Pink Swan. HEX triplet: BE, AD and AD. RGB value is (190,173,173). Sum of RGB (Red+Green+Blue) = 190+173+173=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEADAD is #415252. Grayscale: #B2B2B2. Windows color (decimal): -4280915 or 11382206. OLE color: 11382206.

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

Color convert

RGB190173173-
CMYK00.090.090.25
HSL11.56%71.18%-
HSV(B)8.95%74.51%-
XYZ43.7243.8545.69-
YUV178.08125.13136.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 173 (67.97% from 255) = 32.28%
R=35.45%
G=32.28%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017317300.090.090.25011.5671.18
HexBEADAD099190c47
Octal2762552550111131014107
Binary10111110101011011010110101001100111001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADAD; }

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

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

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

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

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

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

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

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