#BEAFAF

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

Shades of Pink Swan #BEAFAF

Tints of Pink Swan #BEAFAF

Color information

#BEAFAF (or 0xBEAFAF) is unknown color: approx Pink Swan. HEX triplet: BE, AF and AF. RGB value is (190,175,175). Sum of RGB (Red+Green+Blue) = 190+175+175=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFAF is #415050. Grayscale: #B3B3B3. Windows color (decimal): -4280401 or 11513790. OLE color: 11513790.

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

Color convert

RGB190175175-
CMYK00.080.080.25
HSL10.34%71.57%-
HSV(B)7.89%74.51%-
XYZ44.344.746.85-
YUV179.48125.47135.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.19%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=35.19%
G=32.41%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017517500.080.080.25010.3471.57
HexBEAFAF088190a48
Octal2762572570101031012110
Binary10111110101011111010111101000100011001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFAF; }

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

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

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

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

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

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

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

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