Shades of Pink Swan #BFB1B0
Tints of Pink Swan #BFB1B0
RGB
CMYK
RGB Variations
Color information
#BFB1B0 (or 0xBFB1B0) is known color: Pink Swan. HEX triplet: BF, B1 and B0. RGB value is (191,177,176). Sum of RGB (Red+Green+Blue) = 191+177+176=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB1B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB1B0 is #404E4F. Grayscale: #B5B5B5. Windows color (decimal): -4214352 or 11579839. OLE color: 11579839.
HSL color Cylindrical-coordinate representation of color #BFB1B0: hue angle of 4º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFB1B0 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 176 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.25 |
| HSL | 4º | 0.1% | 0.72% | - |
| HSV(B) | 4º | 0.08% | 0.75% | - |
| XYZ | 45.04 | 45.66 | 47.51 | - |
| YUV | 181.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 176 | 0 | 0.07 | 0.08 | 0.25 | 4 | 0.1 | 0.72 |
| Hex | BF | B1 | B0 | 0 | 7 | 8 | 19 | 4 | A | 48 |
| Octal | 277 | 261 | 260 | 0 | 7 | 10 | 31 | 4 | 12 | 110 |
| Binary | 10111111 | 10110001 | 10110000 | 0 | 111 | 1000 | 11001 | 100 | 1010 | 1001000 |
Color Harmonies of #BFB1B0
Complementary color
Monochromatic Colors of #BFB1B0
Black with #BFB1B0
Text Example
Text Example
White with #BFB1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1B0; }
p { color: rgb(191,177,176); }
H1.HeaderClassName
{
color: #BFB1B0;
}
.AnyTagClassName
{
color: #BFB1B0;
}
</style>
background-color css
<style>
a { background-color: #BFB1B0; }
a { background-color: rgb(191,177,176); }
div.DivClassName
{
background-color: #BFB1B0;
}
.BgClassName
{
background-color: #BFB1B0;
}
</style>
border-color css
<style>
span { border-color: #BFB1B0; }
span { border-color: rgb(191,177,176); }
td.TdClassName
{
border-color: #BFB1B0;
}
.TagClassName
{
border-color: #BFB1B0;
}
</style>