Shades of Pink Swan #BBB2AF
Tints of Pink Swan #BBB2AF
RGB
CMYK
RGB Variations
Color information
#BBB2AF (or 0xBBB2AF) is known color: Pink Swan. HEX triplet: BB, B2 and AF. RGB value is (187,178,175). Sum of RGB (Red+Green+Blue) = 187+178+175=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB2AF is #444D50. Grayscale: #B4B4B4. Windows color (decimal): -4476241 or 11514555. OLE color: 11514555.
HSL color Cylindrical-coordinate representation of color #BBB2AF: hue angle of 15º 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 #BBB2AF is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 175 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.27 |
| HSL | 15º | 0.08% | 0.71% | - |
| HSV(B) | 15º | 0.06% | 0.73% | - |
| XYZ | 44.15 | 45.5 | 47.01 | - |
| YUV | 180.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 175 | 0 | 0.05 | 0.06 | 0.27 | 15 | 0.08 | 0.71 |
| Hex | BB | B2 | AF | 0 | 5 | 6 | 1B | F | 8 | 47 |
| Octal | 273 | 262 | 257 | 0 | 5 | 6 | 33 | 17 | 10 | 107 |
| Binary | 10111011 | 10110010 | 10101111 | 0 | 101 | 110 | 11011 | 1111 | 1000 | 1000111 |
Color Harmonies of #BBB2AF
Complementary color
Monochromatic Colors of #BBB2AF
Black with #BBB2AF
Text Example
Text Example
White with #BBB2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2AF; }
p { color: rgb(187,178,175); }
H1.HeaderClassName
{
color: #BBB2AF;
}
.AnyTagClassName
{
color: #BBB2AF;
}
</style>
background-color css
<style>
a { background-color: #BBB2AF; }
a { background-color: rgb(187,178,175); }
div.DivClassName
{
background-color: #BBB2AF;
}
.BgClassName
{
background-color: #BBB2AF;
}
</style>
border-color css
<style>
span { border-color: #BBB2AF; }
span { border-color: rgb(187,178,175); }
td.TdClassName
{
border-color: #BBB2AF;
}
.TagClassName
{
border-color: #BBB2AF;
}
</style>