Shades of Pink Swan #B9ADAB
Tints of Pink Swan #B9ADAB
RGB
CMYK
RGB Variations
Color information
#B9ADAB (or 0xB9ADAB) is known color: 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
RGB | 185 | 173 | 171 | - |
CMYK | 0 | 0.06 | 0.08 | 0.27 |
HSL | 8.57º | 0.09% | 0.7% | - |
HSV(B) | 8.57º | 0.08% | 0.73% | - |
XYZ | 42.3 | 43.14 | 44.63 | - |
YUV | 176.36 | 124.98 | 134.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 173 | 171 | 0 | 0.06 | 0.08 | 0.27 | 8.57 | 0.09 | 0.7 |
Hex | B9 | AD | AB | 0 | 6 | 8 | 1B | 9 | 9 | 46 |
Octal | 271 | 255 | 253 | 0 | 6 | 10 | 33 | 11 | 11 | 106 |
Binary | 10111001 | 10101101 | 10101011 | 0 | 110 | 1000 | 11011 | 1001 | 1001 | 1000110 |
Color Harmonies of #B9ADAB
Complementary color
Monochromatic Colors of #B9ADAB
Black with #B9ADAB
Text Example
Text Example
White with #B9ADAB
Text Example
Text Example
HTML Codes & Css Web 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>