#B9ADAC

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

Shades of Pink Swan #B9ADAC

Tints of Pink Swan #B9ADAC

Color information

#B9ADAC (or 0xB9ADAC) is unknown color: approx Pink Swan. HEX triplet: B9, AD and AC. RGB value is (185,173,172). Sum of RGB (Red+Green+Blue) = 185+173+172=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ADAC is #465253. Grayscale: #B0B0B0. Windows color (decimal): -4608596 or 11316665. OLE color: 11316665.

HSL color Cylindrical-coordinate representation of color #B9ADAC: hue angle of 4.62º degrees, saturation: 0.08, 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 #B9ADAC is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB185173172-
CMYK00.060.070.27
HSL4.62º8.5%70%-
HSV(B)4.62º7.03%72.55%-
XYZ42.443.1845.13-
YUV176.47125.48134.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.91%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=34.91%
G=32.64%
B=32.45%

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
Decimal18517317200.060.070.274.628.570
HexB9ADAC0671B5846
Octal27125525406733510106
Binary10111001101011011010110001101111101110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADAC; }

 p { color: rgb(185,173,172); }

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

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

 a { background-color: rgb(185,173,172); }

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

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

 span { border-color: rgb(185,173,172); }

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