Shades of Pink Swan #BFB4B1
Tints of Pink Swan #BFB4B1
RGB
CMYK
RGB Variations
Color information
#BFB4B1 (or 0xBFB4B1) is known color: Pink Swan. HEX triplet: BF, B4 and B1. RGB value is (191,180,177). Sum of RGB (Red+Green+Blue) = 191+180+177=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB4B1 is #404B4E. Grayscale: #B6B6B6. Windows color (decimal): -4213583 or 11646143. OLE color: 11646143.
HSL color Cylindrical-coordinate representation of color #BFB4B1: hue angle of 12.86º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFB4B1 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 177 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.25 |
| HSL | 12.86º | 0.1% | 0.72% | - |
| HSV(B) | 12.86º | 0.07% | 0.75% | - |
| XYZ | 45.74 | 46.89 | 48.24 | - |
| YUV | 182.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 177 | 0 | 0.06 | 0.07 | 0.25 | 12.86 | 0.1 | 0.72 |
| Hex | BF | B4 | B1 | 0 | 6 | 7 | 19 | D | A | 48 |
| Octal | 277 | 264 | 261 | 0 | 6 | 7 | 31 | 15 | 12 | 110 |
| Binary | 10111111 | 10110100 | 10110001 | 0 | 110 | 111 | 11001 | 1101 | 1010 | 1001000 |
Color Harmonies of #BFB4B1
Complementary color
Monochromatic Colors of #BFB4B1
Black with #BFB4B1
Text Example
Text Example
White with #BFB4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4B1; }
p { color: rgb(191,180,177); }
H1.HeaderClassName
{
color: #BFB4B1;
}
.AnyTagClassName
{
color: #BFB4B1;
}
</style>
background-color css
<style>
a { background-color: #BFB4B1; }
a { background-color: rgb(191,180,177); }
div.DivClassName
{
background-color: #BFB4B1;
}
.BgClassName
{
background-color: #BFB4B1;
}
</style>
border-color css
<style>
span { border-color: #BFB4B1; }
span { border-color: rgb(191,180,177); }
td.TdClassName
{
border-color: #BFB4B1;
}
.TagClassName
{
border-color: #BFB4B1;
}
</style>