#BEAEAC

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

Shades of Pink Swan #BEAEAC

Tints of Pink Swan #BEAEAC

Color information

#BEAEAC (or 0xBEAEAC) is unknown color: approx Pink Swan. HEX triplet: BE, AE and AC. RGB value is (190,174,172). Sum of RGB (Red+Green+Blue) = 190+174+172=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAEAC is #415153. Grayscale: #B2B2B2. Windows color (decimal): -4280660 or 11316926. OLE color: 11316926.

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

Color convert

RGB190174172-
CMYK00.080.090.25
HSL6.67º12.16%70.98%-
HSV(B)6.67º9.47%74.51%-
XYZ43.8244.245.25-
YUV178.56124.3136.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 172 (67.58% from 255) = 32.09%
R=35.45%
G=32.46%
B=32.09%

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
Decimal19017417200.080.090.256.6712.1670.98
HexBEAEAC089197c47
Octal2762562540101131714107
Binary1011111010101110101011000100010011100111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEAC; }

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

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

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

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

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

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

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

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