Shades of Bouquet #BA88A8
Tints of Bouquet #BA88A8
RGB
CMYK
RGB Variations
Color information
#BA88A8 (or 0xBA88A8) is known color: Bouquet. HEX triplet: BA, 88 and A8. RGB value is (186,136,168). Sum of RGB (Red+Green+Blue) = 186+136+168=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BA88A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA88A8 is #457757. Grayscale: #9A9A9A. Windows color (decimal): -4552536 or 11045050. OLE color: 11045050.
HSL color Cylindrical-coordinate representation of color #BA88A8: hue angle of 321.6º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA88A8 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 168 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.27 |
| HSL | 321.6º | 0.27% | 0.63% | - |
| HSV(B) | 321.6º | 0.27% | 0.73% | - |
| XYZ | 36.12 | 30.87 | 41.1 | - |
| YUV | 154.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 168 | 0 | 0.27 | 0.10 | 0.27 | 321.6 | 0.27 | 0.63 |
| Hex | BA | 88 | A8 | 0 | 1B | A | 1B | 142 | 1B | 3F |
| Octal | 272 | 210 | 250 | 0 | 33 | 12 | 33 | 502 | 33 | 77 |
| Binary | 10111010 | 10001000 | 10101000 | 0 | 11011 | 1010 | 11011 | 101000010 | 11011 | 111111 |
Color Harmonies of #BA88A8
Complementary color
Monochromatic Colors of #BA88A8
Black with #BA88A8
Text Example
Text Example
White with #BA88A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA88A8; }
p { color: rgb(186,136,168); }
H1.HeaderClassName
{
color: #BA88A8;
}
.AnyTagClassName
{
color: #BA88A8;
}
</style>
background-color css
<style>
a { background-color: #BA88A8; }
a { background-color: rgb(186,136,168); }
div.DivClassName
{
background-color: #BA88A8;
}
.BgClassName
{
background-color: #BA88A8;
}
</style>
border-color css
<style>
span { border-color: #BA88A8; }
span { border-color: rgb(186,136,168); }
td.TdClassName
{
border-color: #BA88A8;
}
.TagClassName
{
border-color: #BA88A8;
}
</style>