Shades of Pink Flare #BFB4B6
Tints of Pink Flare #BFB4B6
RGB
CMYK
RGB Variations
Color information
#BFB4B6 (or 0xBFB4B6) is known color: Pink Flare. HEX triplet: BF, B4 and B6. RGB value is (191,180,182). Sum of RGB (Red+Green+Blue) = 191+180+182=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4B6 is #404B49. Grayscale: #B7B7B7. Windows color (decimal): -4213578 or 11973823. OLE color: 11973823.
HSL color Cylindrical-coordinate representation of color #BFB4B6: hue angle of 349.09º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFB4B6 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 182 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.25 |
| HSL | 349.09º | 0.08% | 0.73% | - |
| HSV(B) | 349.09º | 0.06% | 0.75% | - |
| XYZ | 46.25 | 47.1 | 50.91 | - |
| YUV | 183.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 182 | 0 | 0.06 | 0.05 | 0.25 | 349.09 | 0.08 | 0.73 |
| Hex | BF | B4 | B6 | 0 | 6 | 5 | 19 | 15D | 8 | 49 |
| Octal | 277 | 264 | 266 | 0 | 6 | 5 | 31 | 535 | 10 | 111 |
| Binary | 10111111 | 10110100 | 10110110 | 0 | 110 | 101 | 11001 | 101011101 | 1000 | 1001001 |
Color Harmonies of #BFB4B6
Complementary color
Monochromatic Colors of #BFB4B6
Black with #BFB4B6
Text Example
Text Example
White with #BFB4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4B6; }
p { color: rgb(191,180,182); }
H1.HeaderClassName
{
color: #BFB4B6;
}
.AnyTagClassName
{
color: #BFB4B6;
}
</style>
background-color css
<style>
a { background-color: #BFB4B6; }
a { background-color: rgb(191,180,182); }
div.DivClassName
{
background-color: #BFB4B6;
}
.BgClassName
{
background-color: #BFB4B6;
}
</style>
border-color css
<style>
span { border-color: #BFB4B6; }
span { border-color: rgb(191,180,182); }
td.TdClassName
{
border-color: #BFB4B6;
}
.TagClassName
{
border-color: #BFB4B6;
}
</style>