#BEAFAD

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

Shades of Pink Swan #BEAFAD

Tints of Pink Swan #BEAFAD

Color information

#BEAFAD (or 0xBEAFAD) is unknown color: approx Pink Swan. HEX triplet: BE, AF and AD. RGB value is (190,175,173). Sum of RGB (Red+Green+Blue) = 190+175+173=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAFAD is #415052. Grayscale: #B3B3B3. Windows color (decimal): -4280403 or 11382718. OLE color: 11382718.

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

Color convert

RGB190175173-
CMYK00.080.090.25
HSL7.06º11.56%71.18%-
HSV(B)7.06º8.95%74.51%-
XYZ44.1144.6245.82-
YUV179.26124.47135.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 175 (68.75% from 255) = 32.53%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=35.32%
G=32.53%
B=32.16%

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
Decimal19017517300.080.090.257.0611.5671.18
HexBEAFAD089197c47
Octal2762572550101131714107
Binary1011111010101111101011010100010011100111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFAD; }

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

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

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

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

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

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

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

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