#BEADAC

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

Shades of Pink Swan #BEADAC

Tints of Pink Swan #BEADAC

Color information

#BEADAC (or 0xBEADAC) is unknown color: approx Pink Swan. HEX triplet: BE, AD and AC. RGB value is (190,173,172). Sum of RGB (Red+Green+Blue) = 190+173+172=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 190 - color contains mainly: red. Hex color #BEADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEADAC is #415253. Grayscale: #B1B1B1. Windows color (decimal): -4280916 or 11316670. OLE color: 11316670.

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

Color convert

RGB190173172-
CMYK00.090.090.25
HSL3.33º12.16%70.98%-
HSV(B)3.33º9.47%74.51%-
XYZ43.6343.8145.19-
YUV177.97124.63136.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 173 (67.97% from 255) = 32.34%
BLUE value IS 172 (67.58% from 255) = 32.15%
R=35.51%
G=32.34%
B=32.15%

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
Decimal19017317200.090.090.253.3312.1670.98
HexBEADAC099193c47
Octal2762552540111131314107
Binary101111101010110110101100010011001110011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADAC; }

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

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

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

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

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

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

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

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