Shades of Bouquet #B980A8
Tints of Bouquet #B980A8
RGB
CMYK
RGB Variations
Color information
#B980A8 (or 0xB980A8) is known color: Bouquet. HEX triplet: B9, 80 and A8. RGB value is (185,128,168). Sum of RGB (Red+Green+Blue) = 185+128+168=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B980A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B980A8 is #467F57. Grayscale: #959595. Windows color (decimal): -4620120 or 11043001. OLE color: 11043001.
HSL color Cylindrical-coordinate representation of color #B980A8: hue angle of 317.89º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B980A8 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 128 | 168 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.27 |
| HSL | 317.89º | 0.29% | 0.61% | - |
| HSV(B) | 317.89º | 0.31% | 0.73% | - |
| XYZ | 34.79 | 28.58 | 40.73 | - |
| YUV | 149.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 168 | 0 | 0.31 | 0.09 | 0.27 | 317.89 | 0.29 | 0.61 |
| Hex | B9 | 80 | A8 | 0 | 1F | 9 | 1B | 13E | 1D | 3D |
| Octal | 271 | 200 | 250 | 0 | 37 | 11 | 33 | 476 | 35 | 75 |
| Binary | 10111001 | 10000000 | 10101000 | 0 | 11111 | 1001 | 11011 | 100111110 | 11101 | 111101 |
Color Harmonies of #B980A8
Complementary color
Monochromatic Colors of #B980A8
Black with #B980A8
Text Example
Text Example
White with #B980A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B980A8; }
p { color: rgb(185,128,168); }
H1.HeaderClassName
{
color: #B980A8;
}
.AnyTagClassName
{
color: #B980A8;
}
</style>
background-color css
<style>
a { background-color: #B980A8; }
a { background-color: rgb(185,128,168); }
div.DivClassName
{
background-color: #B980A8;
}
.BgClassName
{
background-color: #B980A8;
}
</style>
border-color css
<style>
span { border-color: #B980A8; }
span { border-color: rgb(185,128,168); }
td.TdClassName
{
border-color: #B980A8;
}
.TagClassName
{
border-color: #B980A8;
}
</style>