Shades of Pink Swan #BBB7B7
Tints of Pink Swan #BBB7B7
RGB
CMYK
RGB Variations
Color information
#BBB7B7 (or 0xBBB7B7) is known color: Pink Swan. HEX triplet: BB, B7 and B7. RGB value is (187,183,183). Sum of RGB (Red+Green+Blue) = 187+183+183=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7B7 is #444848. Grayscale: #B8B8B8. Windows color (decimal): -4474953 or 12040123. OLE color: 12040123.
HSL color Cylindrical-coordinate representation of color #BBB7B7: hue angle of 0º degrees, saturation: 0.03, 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 #BBB7B7 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 183 | 183 | - |
CMYK | 0 | 0.02 | 0.02 | 0.27 |
HSL | 0º | 0.03% | 0.73% | - |
HSV(B) | 0º | 0.02% | 0.73% | - |
XYZ | 45.97 | 47.85 | 51.61 | - |
YUV | 184.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 183 | 183 | 0 | 0.02 | 0.02 | 0.27 | 0 | 0.03 | 0.73 |
Hex | BB | B7 | B7 | 0 | 2 | 2 | 1B | 0 | 3 | 49 |
Octal | 273 | 267 | 267 | 0 | 2 | 2 | 33 | 0 | 3 | 111 |
Binary | 10111011 | 10110111 | 10110111 | 0 | 10 | 10 | 11011 | 0 | 11 | 1001001 |
Color Harmonies of #BBB7B7
Complementary color
Monochromatic Colors of #BBB7B7
Black with #BBB7B7
Text Example
Text Example
White with #BBB7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7B7; }
p { color: rgb(187,183,183); }
H1.HeaderClassName
{
color: #BBB7B7;
}
.AnyTagClassName
{
color: #BBB7B7;
}
</style>
background-color css
<style>
a { background-color: #BBB7B7; }
a { background-color: rgb(187,183,183); }
div.DivClassName
{
background-color: #BBB7B7;
}
.BgClassName
{
background-color: #BBB7B7;
}
</style>
border-color css
<style>
span { border-color: #BBB7B7; }
span { border-color: rgb(187,183,183); }
td.TdClassName
{
border-color: #BBB7B7;
}
.TagClassName
{
border-color: #BBB7B7;
}
</style>