#BAAFAD

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

Shades of Pink Swan #BAAFAD

Tints of Pink Swan #BAAFAD

Color information

#BAAFAD (or 0xBAAFAD) is unknown color: approx Pink Swan. HEX triplet: BA, AF and AD. RGB value is (186,175,173). Sum of RGB (Red+Green+Blue) = 186+175+173=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAFAD is #455052. Grayscale: #B2B2B2. Windows color (decimal): -4542547 or 11382714. OLE color: 11382714.

HSL color Cylindrical-coordinate representation of color #BAAFAD: hue angle of 9.23º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAAFAD is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB186175173-
CMYK00.060.070.27
HSL9.23º8.61%70.39%-
HSV(B)9.23º6.99%72.94%-
XYZ43.1244.1245.78-
YUV178.06125.14133.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 173 (67.97% from 255) = 32.40%
R=34.83%
G=32.77%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617517300.060.070.279.238.6170.39
HexBAAFAD0671B9946
Octal272257255067331111106
Binary101110101010111110101101011011111011100110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFAD; }

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

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

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

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

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

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

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

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