Shades of Bouquet #BB81AA
Tints of Bouquet #BB81AA
RGB
CMYK
RGB Variations
Color information
#BB81AA (or 0xBB81AA) is known color: Bouquet. HEX triplet: BB, 81 and AA. RGB value is (187,129,170). Sum of RGB (Red+Green+Blue) = 187+129+170=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB81AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB81AA is #447E55. Grayscale: #969696. Windows color (decimal): -4488790 or 11174331. OLE color: 11174331.
HSL color Cylindrical-coordinate representation of color #BB81AA: hue angle of 317.59º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB81AA is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 129 | 170 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.27 |
| HSL | 317.59º | 0.3% | 0.62% | - |
| HSV(B) | 317.59º | 0.31% | 0.73% | - |
| XYZ | 35.6 | 29.17 | 41.78 | - |
| YUV | 151.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 170 | 0 | 0.31 | 0.09 | 0.27 | 317.59 | 0.3 | 0.62 |
| Hex | BB | 81 | AA | 0 | 1F | 9 | 1B | 13E | 1E | 3E |
| Octal | 273 | 201 | 252 | 0 | 37 | 11 | 33 | 476 | 36 | 76 |
| Binary | 10111011 | 10000001 | 10101010 | 0 | 11111 | 1001 | 11011 | 100111110 | 11110 | 111110 |
Color Harmonies of #BB81AA
Complementary color
Monochromatic Colors of #BB81AA
Black with #BB81AA
Text Example
Text Example
White with #BB81AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB81AA; }
p { color: rgb(187,129,170); }
H1.HeaderClassName
{
color: #BB81AA;
}
.AnyTagClassName
{
color: #BB81AA;
}
</style>
background-color css
<style>
a { background-color: #BB81AA; }
a { background-color: rgb(187,129,170); }
div.DivClassName
{
background-color: #BB81AA;
}
.BgClassName
{
background-color: #BB81AA;
}
</style>
border-color css
<style>
span { border-color: #BB81AA; }
span { border-color: rgb(187,129,170); }
td.TdClassName
{
border-color: #BB81AA;
}
.TagClassName
{
border-color: #BB81AA;
}
</style>