#BAAFAE

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

Shades of Pink Swan #BAAFAE

Tints of Pink Swan #BAAFAE

Color information

#BAAFAE (or 0xBAAFAE) is unknown color: approx Pink Swan. HEX triplet: BA, AF and AE. RGB value is (186,175,174). Sum of RGB (Red+Green+Blue) = 186+175+174=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAFAE is #455051. Grayscale: #B2B2B2. Windows color (decimal): -4542546 or 11448250. OLE color: 11448250.

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

Color convert

RGB186175174-
CMYK00.060.060.27
HSL8%70.59%-
HSV(B)6.45%72.94%-
XYZ43.2244.1646.29-
YUV178.18125.64133.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=34.77%
G=32.71%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617517400.060.060.275870.59
HexBAAFAE0661B5847
Octal27225725606633510107
Binary10111010101011111010111001101101101110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFAE; }

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

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

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

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

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

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

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

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