Shades of Pink Flare #BAB2B4
Tints of Pink Flare #BAB2B4
RGB
CMYK
RGB Variations
Color information
#BAB2B4 (or 0xBAB2B4) is known color: Pink Flare. HEX triplet: BA, B2 and B4. RGB value is (186,178,180). Sum of RGB (Red+Green+Blue) = 186+178+180=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2B4 is #454D4B. Grayscale: #B4B4B4. Windows color (decimal): -4541772 or 11842234. OLE color: 11842234.
HSL color Cylindrical-coordinate representation of color #BAB2B4: hue angle of 345º degrees, saturation: 0.05, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAB2B4 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 180 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.27 |
| HSL | 345º | 0.05% | 0.71% | - |
| HSV(B) | 345º | 0.04% | 0.73% | - |
| XYZ | 44.41 | 45.58 | 49.64 | - |
| YUV | 180.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 180 | 0 | 0.04 | 0.03 | 0.27 | 345 | 0.05 | 0.71 |
| Hex | BA | B2 | B4 | 0 | 4 | 3 | 1B | 159 | 5 | 47 |
| Octal | 272 | 262 | 264 | 0 | 4 | 3 | 33 | 531 | 5 | 107 |
| Binary | 10111010 | 10110010 | 10110100 | 0 | 100 | 11 | 11011 | 101011001 | 101 | 1000111 |
Color Harmonies of #BAB2B4
Complementary color
Monochromatic Colors of #BAB2B4
Black with #BAB2B4
Text Example
Text Example
White with #BAB2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2B4; }
p { color: rgb(186,178,180); }
H1.HeaderClassName
{
color: #BAB2B4;
}
.AnyTagClassName
{
color: #BAB2B4;
}
</style>
background-color css
<style>
a { background-color: #BAB2B4; }
a { background-color: rgb(186,178,180); }
div.DivClassName
{
background-color: #BAB2B4;
}
.BgClassName
{
background-color: #BAB2B4;
}
</style>
border-color css
<style>
span { border-color: #BAB2B4; }
span { border-color: rgb(186,178,180); }
td.TdClassName
{
border-color: #BAB2B4;
}
.TagClassName
{
border-color: #BAB2B4;
}
</style>