Shades of Pink Flare #BFBBBC
Tints of Pink Flare #BFBBBC
RGB
CMYK
RGB Variations
Color information
#BFBBBC (or 0xBFBBBC) is known color: Pink Flare. HEX triplet: BF, BB and BC. RGB value is (191,187,188). Sum of RGB (Red+Green+Blue) = 191+187+188=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBBC is #404443. Grayscale: #BCBCBC. Windows color (decimal): -4211780 or 12368831. OLE color: 12368831.
HSL color Cylindrical-coordinate representation of color #BFBBBC: hue angle of 345º degrees, saturation: 0.03, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BFBBBC is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 188 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.25 |
| HSL | 345º | 0.03% | 0.74% | - |
| HSV(B) | 345º | 0.02% | 0.75% | - |
| XYZ | 48.33 | 50.25 | 54.73 | - |
| YUV | 188.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 188 | 0 | 0.02 | 0.02 | 0.25 | 345 | 0.03 | 0.74 |
| Hex | BF | BB | BC | 0 | 2 | 2 | 19 | 159 | 3 | 4A |
| Octal | 277 | 273 | 274 | 0 | 2 | 2 | 31 | 531 | 3 | 112 |
| Binary | 10111111 | 10111011 | 10111100 | 0 | 10 | 10 | 11001 | 101011001 | 11 | 1001010 |
Color Harmonies of #BFBBBC
Complementary color
Monochromatic Colors of #BFBBBC
Black with #BFBBBC
Text Example
Text Example
White with #BFBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBBC; }
p { color: rgb(191,187,188); }
H1.HeaderClassName
{
color: #BFBBBC;
}
.AnyTagClassName
{
color: #BFBBBC;
}
</style>
background-color css
<style>
a { background-color: #BFBBBC; }
a { background-color: rgb(191,187,188); }
div.DivClassName
{
background-color: #BFBBBC;
}
.BgClassName
{
background-color: #BFBBBC;
}
</style>
border-color css
<style>
span { border-color: #BFBBBC; }
span { border-color: rgb(191,187,188); }
td.TdClassName
{
border-color: #BFBBBC;
}
.TagClassName
{
border-color: #BFBBBC;
}
</style>