Shades of Bouquet #B983A8
Tints of Bouquet #B983A8
RGB
CMYK
RGB Variations
Color information
#B983A8 (or 0xB983A8) is known color: Bouquet. HEX triplet: B9, 83 and A8. RGB value is (185,131,168). Sum of RGB (Red+Green+Blue) = 185+131+168=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B983A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B983A8 is #467C57. Grayscale: #979797. Windows color (decimal): -4619352 or 11043769. OLE color: 11043769.
HSL color Cylindrical-coordinate representation of color #B983A8: hue angle of 318.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B983A8 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 131 | 168 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.27 |
| HSL | 318.89º | 0.28% | 0.62% | - |
| HSV(B) | 318.89º | 0.29% | 0.73% | - |
| XYZ | 35.19 | 29.37 | 40.86 | - |
| YUV | 151.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 131 | 168 | 0 | 0.29 | 0.09 | 0.27 | 318.89 | 0.28 | 0.62 |
| Hex | B9 | 83 | A8 | 0 | 1D | 9 | 1B | 13F | 1C | 3E |
| Octal | 271 | 203 | 250 | 0 | 35 | 11 | 33 | 477 | 34 | 76 |
| Binary | 10111001 | 10000011 | 10101000 | 0 | 11101 | 1001 | 11011 | 100111111 | 11100 | 111110 |
Color Harmonies of #B983A8
Complementary color
Monochromatic Colors of #B983A8
Black with #B983A8
Text Example
Text Example
White with #B983A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B983A8; }
p { color: rgb(185,131,168); }
H1.HeaderClassName
{
color: #B983A8;
}
.AnyTagClassName
{
color: #B983A8;
}
</style>
background-color css
<style>
a { background-color: #B983A8; }
a { background-color: rgb(185,131,168); }
div.DivClassName
{
background-color: #B983A8;
}
.BgClassName
{
background-color: #B983A8;
}
</style>
border-color css
<style>
span { border-color: #B983A8; }
span { border-color: rgb(185,131,168); }
td.TdClassName
{
border-color: #B983A8;
}
.TagClassName
{
border-color: #B983A8;
}
</style>