Shades of Bouquet #BB84A4
Tints of Bouquet #BB84A4
RGB
CMYK
RGB Variations
Color information
#BB84A4 (or 0xBB84A4) is known color: Bouquet. HEX triplet: BB, 84 and A4. RGB value is (187,132,164). Sum of RGB (Red+Green+Blue) = 187+132+164=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BB84A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB84A4 is #447B5B. Grayscale: #989898. Windows color (decimal): -4488028 or 10781883. OLE color: 10781883.
HSL color Cylindrical-coordinate representation of color #BB84A4: hue angle of 325.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB84A4 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 164 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.27 |
| HSL | 325.09º | 0.29% | 0.63% | - |
| HSV(B) | 325.09º | 0.29% | 0.73% | - |
| XYZ | 35.45 | 29.75 | 39 | - |
| YUV | 152.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 164 | 0 | 0.29 | 0.12 | 0.27 | 325.09 | 0.29 | 0.63 |
| Hex | BB | 84 | A4 | 0 | 1D | C | 1B | 145 | 1D | 3F |
| Octal | 273 | 204 | 244 | 0 | 35 | 14 | 33 | 505 | 35 | 77 |
| Binary | 10111011 | 10000100 | 10100100 | 0 | 11101 | 1100 | 11011 | 101000101 | 11101 | 111111 |
Color Harmonies of #BB84A4
Complementary color
Monochromatic Colors of #BB84A4
Black with #BB84A4
Text Example
Text Example
White with #BB84A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB84A4; }
p { color: rgb(187,132,164); }
H1.HeaderClassName
{
color: #BB84A4;
}
.AnyTagClassName
{
color: #BB84A4;
}
</style>
background-color css
<style>
a { background-color: #BB84A4; }
a { background-color: rgb(187,132,164); }
div.DivClassName
{
background-color: #BB84A4;
}
.BgClassName
{
background-color: #BB84A4;
}
</style>
border-color css
<style>
span { border-color: #BB84A4; }
span { border-color: rgb(187,132,164); }
td.TdClassName
{
border-color: #BB84A4;
}
.TagClassName
{
border-color: #BB84A4;
}
</style>