Shades of Pink Flare #BFB0B3
Tints of Pink Flare #BFB0B3
RGB
CMYK
RGB Variations
Color information
#BFB0B3 (or 0xBFB0B3) is known color: Pink Flare. HEX triplet: BF, B0 and B3. RGB value is (191,176,179). Sum of RGB (Red+Green+Blue) = 191+176+179=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0B3 is #404F4C. Grayscale: #B4B4B4. Windows color (decimal): -4214605 or 11776191. OLE color: 11776191.
HSL color Cylindrical-coordinate representation of color #BFB0B3: hue angle of 348º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFB0B3 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 179 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.25 |
| HSL | 348º | 0.1% | 0.72% | - |
| HSV(B) | 348º | 0.08% | 0.75% | - |
| XYZ | 45.15 | 45.38 | 49.03 | - |
| YUV | 180.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 179 | 0 | 0.08 | 0.06 | 0.25 | 348 | 0.1 | 0.72 |
| Hex | BF | B0 | B3 | 0 | 8 | 6 | 19 | 15C | A | 48 |
| Octal | 277 | 260 | 263 | 0 | 10 | 6 | 31 | 534 | 12 | 110 |
| Binary | 10111111 | 10110000 | 10110011 | 0 | 1000 | 110 | 11001 | 101011100 | 1010 | 1001000 |
Color Harmonies of #BFB0B3
Complementary color
Monochromatic Colors of #BFB0B3
Black with #BFB0B3
Text Example
Text Example
White with #BFB0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0B3; }
p { color: rgb(191,176,179); }
H1.HeaderClassName
{
color: #BFB0B3;
}
.AnyTagClassName
{
color: #BFB0B3;
}
</style>
background-color css
<style>
a { background-color: #BFB0B3; }
a { background-color: rgb(191,176,179); }
div.DivClassName
{
background-color: #BFB0B3;
}
.BgClassName
{
background-color: #BFB0B3;
}
</style>
border-color css
<style>
span { border-color: #BFB0B3; }
span { border-color: rgb(191,176,179); }
td.TdClassName
{
border-color: #BFB0B3;
}
.TagClassName
{
border-color: #BFB0B3;
}
</style>