#BAAEAC

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

Shades of Pink Swan #BAAEAC

Tints of Pink Swan #BAAEAC

Color information

#BAAEAC (or 0xBAAEAC) is unknown color: approx Pink Swan. HEX triplet: BA, AE and AC. RGB value is (186,174,172). Sum of RGB (Red+Green+Blue) = 186+174+172=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAEAC is #455153. Grayscale: #B1B1B1. Windows color (decimal): -4542804 or 11316922. OLE color: 11316922.

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

Color convert

RGB186174172-
CMYK00.060.080.27
HSL8.57º9.21%70.2%-
HSV(B)8.57º7.53%72.94%-
XYZ42.8343.6945.21-
YUV177.36124.98134.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 172 (67.58% from 255) = 32.33%
R=34.96%
G=32.71%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617417200.060.080.278.579.2170.2
HexBAAEAC0681B9946
Octal2722562540610331111106
Binary1011101010101110101011000110100011011100110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEAC; }

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

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

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

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

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

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

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

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