Shades of Pink Swan #BBB2B0
Tints of Pink Swan #BBB2B0
RGB
CMYK
RGB Variations
Color information
#BBB2B0 (or 0xBBB2B0) is known color: Pink Swan. HEX triplet: BB, B2 and B0. RGB value is (187,178,176). Sum of RGB (Red+Green+Blue) = 187+178+176=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB2B0 is #444D4F. Grayscale: #B4B4B4. Windows color (decimal): -4476240 or 11580091. OLE color: 11580091.
HSL color Cylindrical-coordinate representation of color #BBB2B0: hue angle of 10.91º degrees, saturation: 0.07, 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 #BBB2B0 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 176 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.27 |
| HSL | 10.91º | 0.07% | 0.71% | - |
| HSV(B) | 10.91º | 0.06% | 0.73% | - |
| XYZ | 44.25 | 45.54 | 47.53 | - |
| YUV | 180.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 176 | 0 | 0.05 | 0.06 | 0.27 | 10.91 | 0.07 | 0.71 |
| Hex | BB | B2 | B0 | 0 | 5 | 6 | 1B | B | 7 | 47 |
| Octal | 273 | 262 | 260 | 0 | 5 | 6 | 33 | 13 | 7 | 107 |
| Binary | 10111011 | 10110010 | 10110000 | 0 | 101 | 110 | 11011 | 1011 | 111 | 1000111 |
Color Harmonies of #BBB2B0
Complementary color
Monochromatic Colors of #BBB2B0
Black with #BBB2B0
Text Example
Text Example
White with #BBB2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2B0; }
p { color: rgb(187,178,176); }
H1.HeaderClassName
{
color: #BBB2B0;
}
.AnyTagClassName
{
color: #BBB2B0;
}
</style>
background-color css
<style>
a { background-color: #BBB2B0; }
a { background-color: rgb(187,178,176); }
div.DivClassName
{
background-color: #BBB2B0;
}
.BgClassName
{
background-color: #BBB2B0;
}
</style>
border-color css
<style>
span { border-color: #BBB2B0; }
span { border-color: rgb(187,178,176); }
td.TdClassName
{
border-color: #BBB2B0;
}
.TagClassName
{
border-color: #BBB2B0;
}
</style>