Shades of Pink Swan #B5ADAC
Tints of Pink Swan #B5ADAC
RGB
CMYK
RGB Variations
Color information
#B5ADAC (or 0xB5ADAC) is known color: Pink Swan. HEX triplet: B5, AD and AC. RGB value is (181,173,172). Sum of RGB (Red+Green+Blue) = 181+173+172=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ADAC is #4A5253. Grayscale: #AFAFAF. Windows color (decimal): -4870740 or 11316661. OLE color: 11316661.
HSL color Cylindrical-coordinate representation of color #B5ADAC: hue angle of 6.67º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5ADAC is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 172 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.29 |
| HSL | 6.67º | 0.06% | 0.69% | - |
| HSV(B) | 6.67º | 0.05% | 0.71% | - |
| XYZ | 41.45 | 42.69 | 45.09 | - |
| YUV | 175.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 172 | 0 | 0.04 | 0.05 | 0.29 | 6.67 | 0.06 | 0.69 |
| Hex | B5 | AD | AC | 0 | 4 | 5 | 1D | 7 | 6 | 45 |
| Octal | 265 | 255 | 254 | 0 | 4 | 5 | 35 | 7 | 6 | 105 |
| Binary | 10110101 | 10101101 | 10101100 | 0 | 100 | 101 | 11101 | 111 | 110 | 1000101 |
Color Harmonies of #B5ADAC
Complementary color
Monochromatic Colors of #B5ADAC
Black with #B5ADAC
Text Example
Text Example
White with #B5ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ADAC; }
p { color: rgb(181,173,172); }
H1.HeaderClassName
{
color: #B5ADAC;
}
.AnyTagClassName
{
color: #B5ADAC;
}
</style>
background-color css
<style>
a { background-color: #B5ADAC; }
a { background-color: rgb(181,173,172); }
div.DivClassName
{
background-color: #B5ADAC;
}
.BgClassName
{
background-color: #B5ADAC;
}
</style>
border-color css
<style>
span { border-color: #B5ADAC; }
span { border-color: rgb(181,173,172); }
td.TdClassName
{
border-color: #B5ADAC;
}
.TagClassName
{
border-color: #B5ADAC;
}
</style>