Shades of Bouquet #BB6B9F
Tints of Bouquet #BB6B9F
RGB
CMYK
RGB Variations
Color information
#BB6B9F (or 0xBB6B9F) is known color: Bouquet. HEX triplet: BB, 6B and 9F. RGB value is (187,107,159). Sum of RGB (Red+Green+Blue) = 187+107+159=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6B9F is #449460. Grayscale: #888888. Windows color (decimal): -4494433 or 10447803. OLE color: 10447803.
HSL color Cylindrical-coordinate representation of color #BB6B9F: hue angle of 321º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6B9F is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 107 | 159 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.27 |
| HSL | 321º | 0.37% | 0.58% | - |
| HSV(B) | 321º | 0.43% | 0.73% | - |
| XYZ | 32.01 | 23.58 | 35.67 | - |
| YUV | 136.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 107 | 159 | 0 | 0.43 | 0.15 | 0.27 | 321 | 0.37 | 0.58 |
| Hex | BB | 6B | 9F | 0 | 2B | F | 1B | 141 | 25 | 3A |
| Octal | 273 | 153 | 237 | 0 | 53 | 17 | 33 | 501 | 45 | 72 |
| Binary | 10111011 | 1101011 | 10011111 | 0 | 101011 | 1111 | 11011 | 101000001 | 100101 | 111010 |
Color Harmonies of #BB6B9F
Complementary color
Monochromatic Colors of #BB6B9F
Black with #BB6B9F
Text Example
Text Example
White with #BB6B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6B9F; }
p { color: rgb(187,107,159); }
H1.HeaderClassName
{
color: #BB6B9F;
}
.AnyTagClassName
{
color: #BB6B9F;
}
</style>
background-color css
<style>
a { background-color: #BB6B9F; }
a { background-color: rgb(187,107,159); }
div.DivClassName
{
background-color: #BB6B9F;
}
.BgClassName
{
background-color: #BB6B9F;
}
</style>
border-color css
<style>
span { border-color: #BB6B9F; }
span { border-color: rgb(187,107,159); }
td.TdClassName
{
border-color: #BB6B9F;
}
.TagClassName
{
border-color: #BB6B9F;
}
</style>