Shades of Bouquet #BB7EA8
Tints of Bouquet #BB7EA8
RGB
CMYK
RGB Variations
Color information
#BB7EA8 (or 0xBB7EA8) is known color: Bouquet. HEX triplet: BB, 7E and A8. RGB value is (187,126,168). Sum of RGB (Red+Green+Blue) = 187+126+168=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7EA8 is #448157. Grayscale: #949494. Windows color (decimal): -4489560 or 11042491. OLE color: 11042491.
HSL color Cylindrical-coordinate representation of color #BB7EA8: hue angle of 318.69º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB7EA8 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 126 | 168 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.27 |
| HSL | 318.69º | 0.31% | 0.61% | - |
| HSV(B) | 318.69º | 0.33% | 0.73% | - |
| XYZ | 35.02 | 28.31 | 40.67 | - |
| YUV | 149.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 126 | 168 | 0 | 0.33 | 0.10 | 0.27 | 318.69 | 0.31 | 0.61 |
| Hex | BB | 7E | A8 | 0 | 21 | A | 1B | 13F | 1F | 3D |
| Octal | 273 | 176 | 250 | 0 | 41 | 12 | 33 | 477 | 37 | 75 |
| Binary | 10111011 | 1111110 | 10101000 | 0 | 100001 | 1010 | 11011 | 100111111 | 11111 | 111101 |
Color Harmonies of #BB7EA8
Complementary color
Monochromatic Colors of #BB7EA8
Black with #BB7EA8
Text Example
Text Example
White with #BB7EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7EA8; }
p { color: rgb(187,126,168); }
H1.HeaderClassName
{
color: #BB7EA8;
}
.AnyTagClassName
{
color: #BB7EA8;
}
</style>
background-color css
<style>
a { background-color: #BB7EA8; }
a { background-color: rgb(187,126,168); }
div.DivClassName
{
background-color: #BB7EA8;
}
.BgClassName
{
background-color: #BB7EA8;
}
</style>
border-color css
<style>
span { border-color: #BB7EA8; }
span { border-color: rgb(187,126,168); }
td.TdClassName
{
border-color: #BB7EA8;
}
.TagClassName
{
border-color: #BB7EA8;
}
</style>