Shades of Pink Swan #BFB1AD
Tints of Pink Swan #BFB1AD
RGB
CMYK
RGB Variations
Color information
#BFB1AD (or 0xBFB1AD) is known color: Pink Swan. HEX triplet: BF, B1 and AD. RGB value is (191,177,173). Sum of RGB (Red+Green+Blue) = 191+177+173=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB1AD is #404E52. Grayscale: #B4B4B4. Windows color (decimal): -4214355 or 11383231. OLE color: 11383231.
HSL color Cylindrical-coordinate representation of color #BFB1AD: hue angle of 13.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFB1AD is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 173 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.25 |
| HSL | 13.33º | 0.12% | 0.71% | - |
| HSV(B) | 13.33º | 0.09% | 0.75% | - |
| XYZ | 44.75 | 45.54 | 45.97 | - |
| YUV | 180.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 173 | 0 | 0.07 | 0.09 | 0.25 | 13.33 | 0.12 | 0.71 |
| Hex | BF | B1 | AD | 0 | 7 | 9 | 19 | D | C | 47 |
| Octal | 277 | 261 | 255 | 0 | 7 | 11 | 31 | 15 | 14 | 107 |
| Binary | 10111111 | 10110001 | 10101101 | 0 | 111 | 1001 | 11001 | 1101 | 1100 | 1000111 |
Color Harmonies of #BFB1AD
Complementary color
Monochromatic Colors of #BFB1AD
Black with #BFB1AD
Text Example
Text Example
White with #BFB1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1AD; }
p { color: rgb(191,177,173); }
H1.HeaderClassName
{
color: #BFB1AD;
}
.AnyTagClassName
{
color: #BFB1AD;
}
</style>
background-color css
<style>
a { background-color: #BFB1AD; }
a { background-color: rgb(191,177,173); }
div.DivClassName
{
background-color: #BFB1AD;
}
.BgClassName
{
background-color: #BFB1AD;
}
</style>
border-color css
<style>
span { border-color: #BFB1AD; }
span { border-color: rgb(191,177,173); }
td.TdClassName
{
border-color: #BFB1AD;
}
.TagClassName
{
border-color: #BFB1AD;
}
</style>