#B9ADAB

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

Shades of Pink Swan #B9ADAB

Tints of Pink Swan #B9ADAB

Color information

#B9ADAB (or 0xB9ADAB) is unknown color: approx Pink Swan. HEX triplet: B9, AD and AB. RGB value is (185,173,171). Sum of RGB (Red+Green+Blue) = 185+173+171=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ADAB is #465254. Grayscale: #B0B0B0. Windows color (decimal): -4608597 or 11251129. OLE color: 11251129.

HSL color Cylindrical-coordinate representation of color #B9ADAB: 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 #B9ADAB is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB185173171-
CMYK00.060.080.27
HSL8.57º9.09%69.8%-
HSV(B)8.57º7.57%72.55%-
XYZ42.343.1444.63-
YUV176.36124.98134.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.97%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 171 (67.19% from 255) = 32.33%
R=34.97%
G=32.70%
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
Decimal18517317100.060.080.278.579.0969.8
HexB9ADAB0681B9946
Octal2712552530610331111106
Binary1011100110101101101010110110100011011100110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADAB; }

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

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

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

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

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

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

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

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