Shades of Pink Swan #B5ACAB
Tints of Pink Swan #B5ACAB
RGB
CMYK
RGB Variations
Color information
#B5ACAB (or 0xB5ACAB) is known color: Pink Swan. HEX triplet: B5, AC and AB. RGB value is (181,172,171). Sum of RGB (Red+Green+Blue) = 181+172+171=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ACAB is #4A5354. Grayscale: #AEAEAE. Windows color (decimal): -4870997 or 11250869. OLE color: 11250869.
HSL color Cylindrical-coordinate representation of color #B5ACAB: hue angle of 6º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5ACAB is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 172 | 171 | - |
CMYK | 0 | 0.05 | 0.06 | 0.29 |
HSL | 6º | 0.06% | 0.69% | - |
HSV(B) | 6º | 0.06% | 0.71% | - |
XYZ | 41.16 | 42.27 | 44.52 | - |
YUV | 174.58 | 125.98 | 132.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 172 | 171 | 0 | 0.05 | 0.06 | 0.29 | 6 | 0.06 | 0.69 |
Hex | B5 | AC | AB | 0 | 5 | 6 | 1D | 6 | 6 | 45 |
Octal | 265 | 254 | 253 | 0 | 5 | 6 | 35 | 6 | 6 | 105 |
Binary | 10110101 | 10101100 | 10101011 | 0 | 101 | 110 | 11101 | 110 | 110 | 1000101 |
Color Harmonies of #B5ACAB
Complementary color
Monochromatic Colors of #B5ACAB
Black with #B5ACAB
Text Example
Text Example
White with #B5ACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ACAB; }
p { color: rgb(181,172,171); }
H1.HeaderClassName
{
color: #B5ACAB;
}
.AnyTagClassName
{
color: #B5ACAB;
}
</style>
background-color css
<style>
a { background-color: #B5ACAB; }
a { background-color: rgb(181,172,171); }
div.DivClassName
{
background-color: #B5ACAB;
}
.BgClassName
{
background-color: #B5ACAB;
}
</style>
border-color css
<style>
span { border-color: #B5ACAB; }
span { border-color: rgb(181,172,171); }
td.TdClassName
{
border-color: #B5ACAB;
}
.TagClassName
{
border-color: #B5ACAB;
}
</style>