Shades of Bouquet #AB8B9B
Tints of Bouquet #AB8B9B
RGB
CMYK
RGB Variations
Color information
#AB8B9B (or 0xAB8B9B) is known color: Bouquet. HEX triplet: AB, 8B and 9B. RGB value is (171,139,155). Sum of RGB (Red+Green+Blue) = 171+139+155=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8B9B is #547464. Grayscale: #969696. Windows color (decimal): -5534821 or 10193835. OLE color: 10193835.
HSL color Cylindrical-coordinate representation of color #AB8B9B: hue angle of 330º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB8B9B is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 139 | 155 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.33 |
| HSL | 330º | 0.16% | 0.61% | - |
| HSV(B) | 330º | 0.19% | 0.67% | - |
| XYZ | 31.94 | 29.49 | 35.02 | - |
| YUV | 150.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 155 | 0 | 0.19 | 0.09 | 0.33 | 330 | 0.16 | 0.61 |
| Hex | AB | 8B | 9B | 0 | 13 | 9 | 21 | 14A | 10 | 3D |
| Octal | 253 | 213 | 233 | 0 | 23 | 11 | 41 | 512 | 20 | 75 |
| Binary | 10101011 | 10001011 | 10011011 | 0 | 10011 | 1001 | 100001 | 101001010 | 10000 | 111101 |
Color Harmonies of #AB8B9B
Complementary color
Monochromatic Colors of #AB8B9B
Black with #AB8B9B
Text Example
Text Example
White with #AB8B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8B9B; }
p { color: rgb(171,139,155); }
H1.HeaderClassName
{
color: #AB8B9B;
}
.AnyTagClassName
{
color: #AB8B9B;
}
</style>
background-color css
<style>
a { background-color: #AB8B9B; }
a { background-color: rgb(171,139,155); }
div.DivClassName
{
background-color: #AB8B9B;
}
.BgClassName
{
background-color: #AB8B9B;
}
</style>
border-color css
<style>
span { border-color: #AB8B9B; }
span { border-color: rgb(171,139,155); }
td.TdClassName
{
border-color: #AB8B9B;
}
.TagClassName
{
border-color: #AB8B9B;
}
</style>