Shades of Pink Swan #BBB8B8
Tints of Pink Swan #BBB8B8
RGB
CMYK
RGB Variations
Color information
#BBB8B8 (or 0xBBB8B8) is known color: Pink Swan. HEX triplet: BB, B8 and B8. RGB value is (187,184,184). Sum of RGB (Red+Green+Blue) = 187+184+184=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8B8 is #444747. Grayscale: #B8B8B8. Windows color (decimal): -4474696 or 12105915. OLE color: 12105915.
HSL color Cylindrical-coordinate representation of color #BBB8B8: hue angle of 0º degrees, saturation: 0.02, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBB8B8 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 184 | 184 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.27 |
| HSL | 0º | 0.02% | 0.73% | - |
| HSV(B) | 0º | 0.02% | 0.73% | - |
| XYZ | 46.29 | 48.31 | 52.23 | - |
| YUV | 184.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 184 | 0 | 0.02 | 0.02 | 0.27 | 0 | 0.02 | 0.73 |
| Hex | BB | B8 | B8 | 0 | 2 | 2 | 1B | 0 | 2 | 49 |
| Octal | 273 | 270 | 270 | 0 | 2 | 2 | 33 | 0 | 2 | 111 |
| Binary | 10111011 | 10111000 | 10111000 | 0 | 10 | 10 | 11011 | 0 | 10 | 1001001 |
Color Harmonies of #BBB8B8
Complementary color
Monochromatic Colors of #BBB8B8
Black with #BBB8B8
Text Example
Text Example
White with #BBB8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8B8; }
p { color: rgb(187,184,184); }
H1.HeaderClassName
{
color: #BBB8B8;
}
.AnyTagClassName
{
color: #BBB8B8;
}
</style>
background-color css
<style>
a { background-color: #BBB8B8; }
a { background-color: rgb(187,184,184); }
div.DivClassName
{
background-color: #BBB8B8;
}
.BgClassName
{
background-color: #BBB8B8;
}
</style>
border-color css
<style>
span { border-color: #BBB8B8; }
span { border-color: rgb(187,184,184); }
td.TdClassName
{
border-color: #BBB8B8;
}
.TagClassName
{
border-color: #BBB8B8;
}
</style>