Shades of Pink Flare #BBB5B6
Tints of Pink Flare #BBB5B6
RGB
CMYK
RGB Variations
Color information
#BBB5B6 (or 0xBBB5B6) is known color: Pink Flare. HEX triplet: BB, B5 and B6. RGB value is (187,181,182). Sum of RGB (Red+Green+Blue) = 187+181+182=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5B6 is #444A49. Grayscale: #B6B6B6. Windows color (decimal): -4475466 or 11974075. OLE color: 11974075.
HSL color Cylindrical-coordinate representation of color #BBB5B6: hue angle of 350º degrees, saturation: 0.04, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBB5B6 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 181 | 182 | - |
CMYK | 0 | 0.03 | 0.03 | 0.27 |
HSL | 350º | 0.04% | 0.72% | - |
HSV(B) | 350º | 0.03% | 0.73% | - |
XYZ | 45.46 | 46.99 | 50.93 | - |
YUV | 182.91 | 127.49 | 130.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 181 | 182 | 0 | 0.03 | 0.03 | 0.27 | 350 | 0.04 | 0.72 |
Hex | BB | B5 | B6 | 0 | 3 | 3 | 1B | 15E | 4 | 48 |
Octal | 273 | 265 | 266 | 0 | 3 | 3 | 33 | 536 | 4 | 110 |
Binary | 10111011 | 10110101 | 10110110 | 0 | 11 | 11 | 11011 | 101011110 | 100 | 1001000 |
Color Harmonies of #BBB5B6
Complementary color
Monochromatic Colors of #BBB5B6
Black with #BBB5B6
Text Example
Text Example
White with #BBB5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5B6; }
p { color: rgb(187,181,182); }
H1.HeaderClassName
{
color: #BBB5B6;
}
.AnyTagClassName
{
color: #BBB5B6;
}
</style>
background-color css
<style>
a { background-color: #BBB5B6; }
a { background-color: rgb(187,181,182); }
div.DivClassName
{
background-color: #BBB5B6;
}
.BgClassName
{
background-color: #BBB5B6;
}
</style>
border-color css
<style>
span { border-color: #BBB5B6; }
span { border-color: rgb(187,181,182); }
td.TdClassName
{
border-color: #BBB5B6;
}
.TagClassName
{
border-color: #BBB5B6;
}
</style>