Shades of Pink Swan #BBABAA
Tints of Pink Swan #BBABAA
RGB
CMYK
RGB Variations
Color information
#BBABAA (or 0xBBABAA) is known color: Pink Swan. HEX triplet: BB, AB and AA. RGB value is (187,171,170). Sum of RGB (Red+Green+Blue) = 187+171+170=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABAA is #445455. Grayscale: #AFAFAF. Windows color (decimal): -4478038 or 11185083. OLE color: 11185083.
HSL color Cylindrical-coordinate representation of color #BBABAA: hue angle of 3.53º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBABAA is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 170 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.27 |
| HSL | 3.53º | 0.11% | 0.7% | - |
| HSV(B) | 3.53º | 0.09% | 0.73% | - |
| XYZ | 42.31 | 42.59 | 44.02 | - |
| YUV | 175.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 170 | 0 | 0.09 | 0.09 | 0.27 | 3.53 | 0.11 | 0.7 |
| Hex | BB | AB | AA | 0 | 9 | 9 | 1B | 4 | B | 46 |
| Octal | 273 | 253 | 252 | 0 | 11 | 11 | 33 | 4 | 13 | 106 |
| Binary | 10111011 | 10101011 | 10101010 | 0 | 1001 | 1001 | 11011 | 100 | 1011 | 1000110 |
Color Harmonies of #BBABAA
Complementary color
Monochromatic Colors of #BBABAA
Black with #BBABAA
Text Example
Text Example
White with #BBABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABAA; }
p { color: rgb(187,171,170); }
H1.HeaderClassName
{
color: #BBABAA;
}
.AnyTagClassName
{
color: #BBABAA;
}
</style>
background-color css
<style>
a { background-color: #BBABAA; }
a { background-color: rgb(187,171,170); }
div.DivClassName
{
background-color: #BBABAA;
}
.BgClassName
{
background-color: #BBABAA;
}
</style>
border-color css
<style>
span { border-color: #BBABAA; }
span { border-color: rgb(187,171,170); }
td.TdClassName
{
border-color: #BBABAA;
}
.TagClassName
{
border-color: #BBABAA;
}
</style>