Shades of Pink Swan #BBB1AF
Tints of Pink Swan #BBB1AF
RGB
CMYK
RGB Variations
Color information
#BBB1AF (or 0xBBB1AF) is known color: Pink Swan. HEX triplet: BB, B1 and AF. RGB value is (187,177,175). Sum of RGB (Red+Green+Blue) = 187+177+175=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB1AF is #444E50. Grayscale: #B3B3B3. Windows color (decimal): -4476497 or 11514299. OLE color: 11514299.
HSL color Cylindrical-coordinate representation of color #BBB1AF: hue angle of 10º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBB1AF is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 175 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.27 |
| HSL | 10º | 0.08% | 0.71% | - |
| HSV(B) | 10º | 0.06% | 0.73% | - |
| XYZ | 43.95 | 45.1 | 46.95 | - |
| YUV | 179.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 175 | 0 | 0.05 | 0.06 | 0.27 | 10 | 0.08 | 0.71 |
| Hex | BB | B1 | AF | 0 | 5 | 6 | 1B | A | 8 | 47 |
| Octal | 273 | 261 | 257 | 0 | 5 | 6 | 33 | 12 | 10 | 107 |
| Binary | 10111011 | 10110001 | 10101111 | 0 | 101 | 110 | 11011 | 1010 | 1000 | 1000111 |
Color Harmonies of #BBB1AF
Complementary color
Monochromatic Colors of #BBB1AF
Black with #BBB1AF
Text Example
Text Example
White with #BBB1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB1AF; }
p { color: rgb(187,177,175); }
H1.HeaderClassName
{
color: #BBB1AF;
}
.AnyTagClassName
{
color: #BBB1AF;
}
</style>
background-color css
<style>
a { background-color: #BBB1AF; }
a { background-color: rgb(187,177,175); }
div.DivClassName
{
background-color: #BBB1AF;
}
.BgClassName
{
background-color: #BBB1AF;
}
</style>
border-color css
<style>
span { border-color: #BBB1AF; }
span { border-color: rgb(187,177,175); }
td.TdClassName
{
border-color: #BBB1AF;
}
.TagClassName
{
border-color: #BBB1AF;
}
</style>