Shades of Bouquet #BB799E
Tints of Bouquet #BB799E
RGB
CMYK
RGB Variations
Color information
#BB799E (or 0xBB799E) is known color: Bouquet. HEX triplet: BB, 79 and 9E. RGB value is (187,121,158). Sum of RGB (Red+Green+Blue) = 187+121+158=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB799E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB799E is #448661. Grayscale: #909090. Windows color (decimal): -4490850 or 10385851. OLE color: 10385851.
HSL color Cylindrical-coordinate representation of color #BB799E: hue angle of 326.36º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB799E is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 121 | 158 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.27 |
| HSL | 326.36º | 0.33% | 0.6% | - |
| HSV(B) | 326.36º | 0.35% | 0.73% | - |
| XYZ | 33.5 | 26.71 | 35.74 | - |
| YUV | 144.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 121 | 158 | 0 | 0.35 | 0.16 | 0.27 | 326.36 | 0.33 | 0.6 |
| Hex | BB | 79 | 9E | 0 | 23 | 10 | 1B | 146 | 21 | 3C |
| Octal | 273 | 171 | 236 | 0 | 43 | 20 | 33 | 506 | 41 | 74 |
| Binary | 10111011 | 1111001 | 10011110 | 0 | 100011 | 10000 | 11011 | 101000110 | 100001 | 111100 |
Color Harmonies of #BB799E
Complementary color
Monochromatic Colors of #BB799E
Black with #BB799E
Text Example
Text Example
White with #BB799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB799E; }
p { color: rgb(187,121,158); }
H1.HeaderClassName
{
color: #BB799E;
}
.AnyTagClassName
{
color: #BB799E;
}
</style>
background-color css
<style>
a { background-color: #BB799E; }
a { background-color: rgb(187,121,158); }
div.DivClassName
{
background-color: #BB799E;
}
.BgClassName
{
background-color: #BB799E;
}
</style>
border-color css
<style>
span { border-color: #BB799E; }
span { border-color: rgb(187,121,158); }
td.TdClassName
{
border-color: #BB799E;
}
.TagClassName
{
border-color: #BB799E;
}
</style>