#BEAFAC

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

Shades of Pink Swan #BEAFAC

Tints of Pink Swan #BEAFAC

Color information

#BEAFAC (or 0xBEAFAC) is unknown color: approx Pink Swan. HEX triplet: BE, AF and AC. RGB value is (190,175,172). Sum of RGB (Red+Green+Blue) = 190+175+172=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFAC is #415053. Grayscale: #B3B3B3. Windows color (decimal): -4280404 or 11317182. OLE color: 11317182.

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

Color convert

RGB190175172-
CMYK00.080.090.25
HSL10º12.16%70.98%-
HSV(B)10º9.47%74.51%-
XYZ44.0144.5945.32-
YUV179.14123.97135.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 175 (68.75% from 255) = 32.59%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=35.38%
G=32.59%
B=32.03%

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
Decimal19017517200.080.090.251012.1670.98
HexBEAFAC08919ac47
Octal27625725401011311214107
Binary10111110101011111010110001000100111001101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFAC; }

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

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

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

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

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

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

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

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