Shades of Pink Swan #BBABA9
Tints of Pink Swan #BBABA9
RGB
CMYK
RGB Variations
Color information
#BBABA9 (or 0xBBABA9) is known color: Pink Swan. HEX triplet: BB, AB and A9. RGB value is (187,171,169). Sum of RGB (Red+Green+Blue) = 187+171+169=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABA9 is #445456. Grayscale: #AFAFAF. Windows color (decimal): -4478039 or 11119547. OLE color: 11119547.
HSL color Cylindrical-coordinate representation of color #BBABA9: hue angle of 6.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBABA9 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 169 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.27 |
| HSL | 6.67º | 0.12% | 0.7% | - |
| HSV(B) | 6.67º | 0.1% | 0.73% | - |
| XYZ | 42.22 | 42.56 | 43.52 | - |
| YUV | 175.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 169 | 0 | 0.09 | 0.10 | 0.27 | 6.67 | 0.12 | 0.7 |
| Hex | BB | AB | A9 | 0 | 9 | A | 1B | 7 | C | 46 |
| Octal | 273 | 253 | 251 | 0 | 11 | 12 | 33 | 7 | 14 | 106 |
| Binary | 10111011 | 10101011 | 10101001 | 0 | 1001 | 1010 | 11011 | 111 | 1100 | 1000110 |
Color Harmonies of #BBABA9
Complementary color
Monochromatic Colors of #BBABA9
Black with #BBABA9
Text Example
Text Example
White with #BBABA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABA9; }
p { color: rgb(187,171,169); }
H1.HeaderClassName
{
color: #BBABA9;
}
.AnyTagClassName
{
color: #BBABA9;
}
</style>
background-color css
<style>
a { background-color: #BBABA9; }
a { background-color: rgb(187,171,169); }
div.DivClassName
{
background-color: #BBABA9;
}
.BgClassName
{
background-color: #BBABA9;
}
</style>
border-color css
<style>
span { border-color: #BBABA9; }
span { border-color: rgb(187,171,169); }
td.TdClassName
{
border-color: #BBABA9;
}
.TagClassName
{
border-color: #BBABA9;
}
</style>