Shades of Pink Flare #BBB2B4
Tints of Pink Flare #BBB2B4
RGB
CMYK
RGB Variations
Color information
#BBB2B4 (or 0xBBB2B4) is known color: Pink Flare. HEX triplet: BB, B2 and B4. RGB value is (187,178,180). Sum of RGB (Red+Green+Blue) = 187+178+180=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2B4 is #444D4B. Grayscale: #B4B4B4. Windows color (decimal): -4476236 or 11842235. OLE color: 11842235.
HSL color Cylindrical-coordinate representation of color #BBB2B4: hue angle of 346.67º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBB2B4 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 180 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.27 |
| HSL | 346.67º | 0.06% | 0.72% | - |
| HSV(B) | 346.67º | 0.05% | 0.73% | - |
| XYZ | 44.65 | 45.7 | 49.65 | - |
| YUV | 180.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 180 | 0 | 0.05 | 0.04 | 0.27 | 346.67 | 0.06 | 0.72 |
| Hex | BB | B2 | B4 | 0 | 5 | 4 | 1B | 15B | 6 | 48 |
| Octal | 273 | 262 | 264 | 0 | 5 | 4 | 33 | 533 | 6 | 110 |
| Binary | 10111011 | 10110010 | 10110100 | 0 | 101 | 100 | 11011 | 101011011 | 110 | 1001000 |
Color Harmonies of #BBB2B4
Complementary color
Monochromatic Colors of #BBB2B4
Black with #BBB2B4
Text Example
Text Example
White with #BBB2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2B4; }
p { color: rgb(187,178,180); }
H1.HeaderClassName
{
color: #BBB2B4;
}
.AnyTagClassName
{
color: #BBB2B4;
}
</style>
background-color css
<style>
a { background-color: #BBB2B4; }
a { background-color: rgb(187,178,180); }
div.DivClassName
{
background-color: #BBB2B4;
}
.BgClassName
{
background-color: #BBB2B4;
}
</style>
border-color css
<style>
span { border-color: #BBB2B4; }
span { border-color: rgb(187,178,180); }
td.TdClassName
{
border-color: #BBB2B4;
}
.TagClassName
{
border-color: #BBB2B4;
}
</style>