Shades of Pink Flare #BFB3B5
Tints of Pink Flare #BFB3B5
RGB
CMYK
RGB Variations
Color information
#BFB3B5 (or 0xBFB3B5) is known color: Pink Flare. HEX triplet: BF, B3 and B5. RGB value is (191,179,181). Sum of RGB (Red+Green+Blue) = 191+179+181=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3B5 is #404C4A. Grayscale: #B6B6B6. Windows color (decimal): -4213835 or 11908031. OLE color: 11908031.
HSL color Cylindrical-coordinate representation of color #BFB3B5: hue angle of 350º degrees, saturation: 0.09, 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 #BFB3B5 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 179 | 181 | - |
CMYK | 0 | 0.06 | 0.05 | 0.25 |
HSL | 350º | 0.09% | 0.73% | - |
HSV(B) | 350º | 0.06% | 0.75% | - |
XYZ | 45.95 | 46.65 | 50.3 | - |
YUV | 182.82 | 126.98 | 133.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 179 | 181 | 0 | 0.06 | 0.05 | 0.25 | 350 | 0.09 | 0.73 |
Hex | BF | B3 | B5 | 0 | 6 | 5 | 19 | 15E | 9 | 49 |
Octal | 277 | 263 | 265 | 0 | 6 | 5 | 31 | 536 | 11 | 111 |
Binary | 10111111 | 10110011 | 10110101 | 0 | 110 | 101 | 11001 | 101011110 | 1001 | 1001001 |
Color Harmonies of #BFB3B5
Complementary color
Monochromatic Colors of #BFB3B5
Black with #BFB3B5
Text Example
Text Example
White with #BFB3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3B5; }
p { color: rgb(191,179,181); }
H1.HeaderClassName
{
color: #BFB3B5;
}
.AnyTagClassName
{
color: #BFB3B5;
}
</style>
background-color css
<style>
a { background-color: #BFB3B5; }
a { background-color: rgb(191,179,181); }
div.DivClassName
{
background-color: #BFB3B5;
}
.BgClassName
{
background-color: #BFB3B5;
}
</style>
border-color css
<style>
span { border-color: #BFB3B5; }
span { border-color: rgb(191,179,181); }
td.TdClassName
{
border-color: #BFB3B5;
}
.TagClassName
{
border-color: #BFB3B5;
}
</style>