Shades of Pink Swan #B5B0AF
Tints of Pink Swan #B5B0AF
RGB
CMYK
RGB Variations
Color information
#B5B0AF (or 0xB5B0AF) is known color: Pink Swan. HEX triplet: B5, B0 and AF. RGB value is (181,176,175). Sum of RGB (Red+Green+Blue) = 181+176+175=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B0AF is #4A4F50. Grayscale: #B1B1B1. Windows color (decimal): -4869969 or 11514037. OLE color: 11514037.
HSL color Cylindrical-coordinate representation of color #B5B0AF: hue angle of 10º degrees, saturation: 0.04, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B5B0AF is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 175 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.29 |
| HSL | 10º | 0.04% | 0.7% | - |
| HSV(B) | 10º | 0.03% | 0.71% | - |
| XYZ | 42.32 | 43.97 | 46.81 | - |
| YUV | 177.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 175 | 0 | 0.03 | 0.03 | 0.29 | 10 | 0.04 | 0.7 |
| Hex | B5 | B0 | AF | 0 | 3 | 3 | 1D | A | 4 | 46 |
| Octal | 265 | 260 | 257 | 0 | 3 | 3 | 35 | 12 | 4 | 106 |
| Binary | 10110101 | 10110000 | 10101111 | 0 | 11 | 11 | 11101 | 1010 | 100 | 1000110 |
Color Harmonies of #B5B0AF
Complementary color
Monochromatic Colors of #B5B0AF
Black with #B5B0AF
Text Example
Text Example
White with #B5B0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B0AF; }
p { color: rgb(181,176,175); }
H1.HeaderClassName
{
color: #B5B0AF;
}
.AnyTagClassName
{
color: #B5B0AF;
}
</style>
background-color css
<style>
a { background-color: #B5B0AF; }
a { background-color: rgb(181,176,175); }
div.DivClassName
{
background-color: #B5B0AF;
}
.BgClassName
{
background-color: #B5B0AF;
}
</style>
border-color css
<style>
span { border-color: #B5B0AF; }
span { border-color: rgb(181,176,175); }
td.TdClassName
{
border-color: #B5B0AF;
}
.TagClassName
{
border-color: #B5B0AF;
}
</style>