Shades of Pink Flare #BCB6B7
Tints of Pink Flare #BCB6B7
RGB
CMYK
RGB Variations
Color information
#BCB6B7 (or 0xBCB6B7) is known color: Pink Flare. HEX triplet: BC, B6 and B7. RGB value is (188,182,183). Sum of RGB (Red+Green+Blue) = 188+182+183=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6B7 is #434948. Grayscale: #B7B7B7. Windows color (decimal): -4409673 or 12039868. OLE color: 12039868.
HSL color Cylindrical-coordinate representation of color #BCB6B7: hue angle of 350º 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 #BCB6B7 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 182 | 183 | - |
CMYK | 0 | 0.03 | 0.03 | 0.26 |
HSL | 350º | 0.04% | 0.73% | - |
HSV(B) | 350º | 0.03% | 0.74% | - |
XYZ | 46.01 | 47.57 | 51.56 | - |
YUV | 183.91 | 127.49 | 130.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 182 | 183 | 0 | 0.03 | 0.03 | 0.26 | 350 | 0.04 | 0.73 |
Hex | BC | B6 | B7 | 0 | 3 | 3 | 1A | 15E | 4 | 49 |
Octal | 274 | 266 | 267 | 0 | 3 | 3 | 32 | 536 | 4 | 111 |
Binary | 10111100 | 10110110 | 10110111 | 0 | 11 | 11 | 11010 | 101011110 | 100 | 1001001 |
Color Harmonies of #BCB6B7
Complementary color
Monochromatic Colors of #BCB6B7
Black with #BCB6B7
Text Example
Text Example
White with #BCB6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6B7; }
p { color: rgb(188,182,183); }
H1.HeaderClassName
{
color: #BCB6B7;
}
.AnyTagClassName
{
color: #BCB6B7;
}
</style>
background-color css
<style>
a { background-color: #BCB6B7; }
a { background-color: rgb(188,182,183); }
div.DivClassName
{
background-color: #BCB6B7;
}
.BgClassName
{
background-color: #BCB6B7;
}
</style>
border-color css
<style>
span { border-color: #BCB6B7; }
span { border-color: rgb(188,182,183); }
td.TdClassName
{
border-color: #BCB6B7;
}
.TagClassName
{
border-color: #BCB6B7;
}
</style>