Shades of Pink Swan #BBB7B6
Tints of Pink Swan #BBB7B6
RGB
CMYK
RGB Variations
Color information
#BBB7B6 (or 0xBBB7B6) is known color: Pink Swan. HEX triplet: BB, B7 and B6. RGB value is (187,183,182). Sum of RGB (Red+Green+Blue) = 187+183+182=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7B6 is #444849. Grayscale: #B8B8B8. Windows color (decimal): -4474954 or 11974587. OLE color: 11974587.
HSL color Cylindrical-coordinate representation of color #BBB7B6: hue angle of 12º degrees, saturation: 0.04, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBB7B6 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 183 | 182 | - |
CMYK | 0 | 0.02 | 0.03 | 0.27 |
HSL | 12º | 0.04% | 0.72% | - |
HSV(B) | 12º | 0.03% | 0.73% | - |
XYZ | 45.87 | 47.81 | 51.07 | - |
YUV | 184.08 | 126.83 | 130.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 183 | 182 | 0 | 0.02 | 0.03 | 0.27 | 12 | 0.04 | 0.72 |
Hex | BB | B7 | B6 | 0 | 2 | 3 | 1B | C | 4 | 48 |
Octal | 273 | 267 | 266 | 0 | 2 | 3 | 33 | 14 | 4 | 110 |
Binary | 10111011 | 10110111 | 10110110 | 0 | 10 | 11 | 11011 | 1100 | 100 | 1001000 |
Color Harmonies of #BBB7B6
Complementary color
Monochromatic Colors of #BBB7B6
Black with #BBB7B6
Text Example
Text Example
White with #BBB7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7B6; }
p { color: rgb(187,183,182); }
H1.HeaderClassName
{
color: #BBB7B6;
}
.AnyTagClassName
{
color: #BBB7B6;
}
</style>
background-color css
<style>
a { background-color: #BBB7B6; }
a { background-color: rgb(187,183,182); }
div.DivClassName
{
background-color: #BBB7B6;
}
.BgClassName
{
background-color: #BBB7B6;
}
</style>
border-color css
<style>
span { border-color: #BBB7B6; }
span { border-color: rgb(187,183,182); }
td.TdClassName
{
border-color: #BBB7B6;
}
.TagClassName
{
border-color: #BBB7B6;
}
</style>