Shades of Pink Swan #BFB0AE
Tints of Pink Swan #BFB0AE
RGB
CMYK
RGB Variations
Color information
#BFB0AE (or 0xBFB0AE) is known color: Pink Swan. HEX triplet: BF, B0 and AE. RGB value is (191,176,174). Sum of RGB (Red+Green+Blue) = 191+176+174=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB0AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB0AE is #404F51. Grayscale: #B4B4B4. Windows color (decimal): -4214610 or 11448511. OLE color: 11448511.
HSL color Cylindrical-coordinate representation of color #BFB0AE: hue angle of 7.06º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFB0AE is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 174 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.25 |
| HSL | 7.06º | 0.12% | 0.72% | - |
| HSV(B) | 7.06º | 0.09% | 0.75% | - |
| XYZ | 44.65 | 45.18 | 46.41 | - |
| YUV | 180.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 174 | 0 | 0.08 | 0.09 | 0.25 | 7.06 | 0.12 | 0.72 |
| Hex | BF | B0 | AE | 0 | 8 | 9 | 19 | 7 | C | 48 |
| Octal | 277 | 260 | 256 | 0 | 10 | 11 | 31 | 7 | 14 | 110 |
| Binary | 10111111 | 10110000 | 10101110 | 0 | 1000 | 1001 | 11001 | 111 | 1100 | 1001000 |
Color Harmonies of #BFB0AE
Complementary color
Monochromatic Colors of #BFB0AE
Black with #BFB0AE
Text Example
Text Example
White with #BFB0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0AE; }
p { color: rgb(191,176,174); }
H1.HeaderClassName
{
color: #BFB0AE;
}
.AnyTagClassName
{
color: #BFB0AE;
}
</style>
background-color css
<style>
a { background-color: #BFB0AE; }
a { background-color: rgb(191,176,174); }
div.DivClassName
{
background-color: #BFB0AE;
}
.BgClassName
{
background-color: #BFB0AE;
}
</style>
border-color css
<style>
span { border-color: #BFB0AE; }
span { border-color: rgb(191,176,174); }
td.TdClassName
{
border-color: #BFB0AE;
}
.TagClassName
{
border-color: #BFB0AE;
}
</style>