Shades of Pink Flare #BCB7B8
Tints of Pink Flare #BCB7B8
RGB
CMYK
RGB Variations
Color information
#BCB7B8 (or 0xBCB7B8) is known color: Pink Flare. HEX triplet: BC, B7 and B8. RGB value is (188,183,184). Sum of RGB (Red+Green+Blue) = 188+183+184=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7B8 is #434847. Grayscale: #B8B8B8. Windows color (decimal): -4409416 or 12105660. OLE color: 12105660.
HSL color Cylindrical-coordinate representation of color #BCB7B8: hue angle of 348º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BCB7B8 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 183 | 184 | - |
CMYK | 0 | 0.03 | 0.02 | 0.26 |
HSL | 348º | 0.04% | 0.73% | - |
HSV(B) | 348º | 0.03% | 0.74% | - |
XYZ | 46.32 | 48.02 | 52.17 | - |
YUV | 184.61 | 127.66 | 130.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 183 | 184 | 0 | 0.03 | 0.02 | 0.26 | 348 | 0.04 | 0.73 |
Hex | BC | B7 | B8 | 0 | 3 | 2 | 1A | 15C | 4 | 49 |
Octal | 274 | 267 | 270 | 0 | 3 | 2 | 32 | 534 | 4 | 111 |
Binary | 10111100 | 10110111 | 10111000 | 0 | 11 | 10 | 11010 | 101011100 | 100 | 1001001 |
Color Harmonies of #BCB7B8
Complementary color
Monochromatic Colors of #BCB7B8
Black with #BCB7B8
Text Example
Text Example
White with #BCB7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7B8; }
p { color: rgb(188,183,184); }
H1.HeaderClassName
{
color: #BCB7B8;
}
.AnyTagClassName
{
color: #BCB7B8;
}
</style>
background-color css
<style>
a { background-color: #BCB7B8; }
a { background-color: rgb(188,183,184); }
div.DivClassName
{
background-color: #BCB7B8;
}
.BgClassName
{
background-color: #BCB7B8;
}
</style>
border-color css
<style>
span { border-color: #BCB7B8; }
span { border-color: rgb(188,183,184); }
td.TdClassName
{
border-color: #BCB7B8;
}
.TagClassName
{
border-color: #BCB7B8;
}
</style>