Shades of Bouquet #BB81A7
Tints of Bouquet #BB81A7
RGB
CMYK
RGB Variations
Color information
#BB81A7 (or 0xBB81A7) is known color: Bouquet. HEX triplet: BB, 81 and A7. RGB value is (187,129,167). Sum of RGB (Red+Green+Blue) = 187+129+167=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 167 (65.62% from 255 or 34.58% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BB81A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB81A7 is #447E58. Grayscale: #969696. Windows color (decimal): -4488793 or 10977723. OLE color: 10977723.
HSL color Cylindrical-coordinate representation of color #BB81A7: hue angle of 320.69º 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 #BB81A7 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 129 | 167 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.27 |
| HSL | 320.69º | 0.3% | 0.62% | - |
| HSV(B) | 320.69º | 0.31% | 0.73% | - |
| XYZ | 35.32 | 29.06 | 40.31 | - |
| YUV | 150.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 167 | 0 | 0.31 | 0.11 | 0.27 | 320.69 | 0.3 | 0.62 |
| Hex | BB | 81 | A7 | 0 | 1F | B | 1B | 141 | 1E | 3E |
| Octal | 273 | 201 | 247 | 0 | 37 | 13 | 33 | 501 | 36 | 76 |
| Binary | 10111011 | 10000001 | 10100111 | 0 | 11111 | 1011 | 11011 | 101000001 | 11110 | 111110 |
Color Harmonies of #BB81A7
Complementary color
Monochromatic Colors of #BB81A7
Black with #BB81A7
Text Example
Text Example
White with #BB81A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB81A7; }
p { color: rgb(187,129,167); }
H1.HeaderClassName
{
color: #BB81A7;
}
.AnyTagClassName
{
color: #BB81A7;
}
</style>
background-color css
<style>
a { background-color: #BB81A7; }
a { background-color: rgb(187,129,167); }
div.DivClassName
{
background-color: #BB81A7;
}
.BgClassName
{
background-color: #BB81A7;
}
</style>
border-color css
<style>
span { border-color: #BB81A7; }
span { border-color: rgb(187,129,167); }
td.TdClassName
{
border-color: #BB81A7;
}
.TagClassName
{
border-color: #BB81A7;
}
</style>