Shades of Blush #BB5668
Tints of Blush #BB5668
RGB
CMYK
RGB Variations
Color information
#BB5668 (or 0xBB5668) is known color: Blush. HEX triplet: BB, 56 and 68. RGB value is (187,86,104). Sum of RGB (Red+Green+Blue) = 187+86+104=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5668 is #44A997. Grayscale: #767676. Windows color (decimal): -4499864 or 6837947. OLE color: 6837947.
HSL color Cylindrical-coordinate representation of color #BB5668: hue angle of 349.31º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB5668 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 86 | 104 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.27 |
| HSL | 349.31º | 0.43% | 0.54% | - |
| HSV(B) | 349.31º | 0.54% | 0.73% | - |
| XYZ | 26.32 | 18.22 | 15.23 | - |
| YUV | 118.25 | 119.96 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 104 | 0 | 0.54 | 0.44 | 0.27 | 349.31 | 0.43 | 0.54 |
| Hex | BB | 56 | 68 | 0 | 36 | 2C | 1B | 15D | 2B | 36 |
| Octal | 273 | 126 | 150 | 0 | 66 | 54 | 33 | 535 | 53 | 66 |
| Binary | 10111011 | 1010110 | 1101000 | 0 | 110110 | 101100 | 11011 | 101011101 | 101011 | 110110 |
Color Harmonies of #BB5668
Complementary color
Monochromatic Colors of #BB5668
Black with #BB5668
Text Example
Text Example
White with #BB5668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5668; }
p { color: rgb(187,86,104); }
H1.HeaderClassName
{
color: #BB5668;
}
.AnyTagClassName
{
color: #BB5668;
}
</style>
background-color css
<style>
a { background-color: #BB5668; }
a { background-color: rgb(187,86,104); }
div.DivClassName
{
background-color: #BB5668;
}
.BgClassName
{
background-color: #BB5668;
}
</style>
border-color css
<style>
span { border-color: #BB5668; }
span { border-color: rgb(187,86,104); }
td.TdClassName
{
border-color: #BB5668;
}
.TagClassName
{
border-color: #BB5668;
}
</style>