Shades of Pink Flare #BAB6B7
Tints of Pink Flare #BAB6B7
RGB
CMYK
RGB Variations
Color information
#BAB6B7 (or 0xBAB6B7) is known color: Pink Flare. HEX triplet: BA, B6 and B7. RGB value is (186,182,183). Sum of RGB (Red+Green+Blue) = 186+182+183=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6B7 is #454948. Grayscale: #B7B7B7. Windows color (decimal): -4540745 or 12039866. OLE color: 12039866.
HSL color Cylindrical-coordinate representation of color #BAB6B7: hue angle of 345º degrees, saturation: 0.03, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BAB6B7 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 182 | 183 | - |
CMYK | 0 | 0.02 | 0.02 | 0.27 |
HSL | 345º | 0.03% | 0.72% | - |
HSV(B) | 345º | 0.02% | 0.73% | - |
XYZ | 45.52 | 47.31 | 51.53 | - |
YUV | 183.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 182 | 183 | 0 | 0.02 | 0.02 | 0.27 | 345 | 0.03 | 0.72 |
Hex | BA | B6 | B7 | 0 | 2 | 2 | 1B | 159 | 3 | 48 |
Octal | 272 | 266 | 267 | 0 | 2 | 2 | 33 | 531 | 3 | 110 |
Binary | 10111010 | 10110110 | 10110111 | 0 | 10 | 10 | 11011 | 101011001 | 11 | 1001000 |
Color Harmonies of #BAB6B7
Complementary color
Monochromatic Colors of #BAB6B7
Black with #BAB6B7
Text Example
Text Example
White with #BAB6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB6B7; }
p { color: rgb(186,182,183); }
H1.HeaderClassName
{
color: #BAB6B7;
}
.AnyTagClassName
{
color: #BAB6B7;
}
</style>
background-color css
<style>
a { background-color: #BAB6B7; }
a { background-color: rgb(186,182,183); }
div.DivClassName
{
background-color: #BAB6B7;
}
.BgClassName
{
background-color: #BAB6B7;
}
</style>
border-color css
<style>
span { border-color: #BAB6B7; }
span { border-color: rgb(186,182,183); }
td.TdClassName
{
border-color: #BAB6B7;
}
.TagClassName
{
border-color: #BAB6B7;
}
</style>