Shades of Bouquet #BB83A6
Tints of Bouquet #BB83A6
RGB
CMYK
RGB Variations
Color information
#BB83A6 (or 0xBB83A6) is known color: Bouquet. HEX triplet: BB, 83 and A6. RGB value is (187,131,166). Sum of RGB (Red+Green+Blue) = 187+131+166=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BB83A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB83A6 is #447C59. Grayscale: #979797. Windows color (decimal): -4488282 or 10912699. OLE color: 10912699.
HSL color Cylindrical-coordinate representation of color #BB83A6: hue angle of 322.5º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB83A6 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 166 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.27 |
| HSL | 322.5º | 0.29% | 0.62% | - |
| HSV(B) | 322.5º | 0.3% | 0.73% | - |
| XYZ | 35.49 | 29.55 | 39.91 | - |
| YUV | 151.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 166 | 0 | 0.30 | 0.11 | 0.27 | 322.5 | 0.29 | 0.62 |
| Hex | BB | 83 | A6 | 0 | 1E | B | 1B | 142 | 1D | 3E |
| Octal | 273 | 203 | 246 | 0 | 36 | 13 | 33 | 502 | 35 | 76 |
| Binary | 10111011 | 10000011 | 10100110 | 0 | 11110 | 1011 | 11011 | 101000010 | 11101 | 111110 |
Color Harmonies of #BB83A6
Complementary color
Monochromatic Colors of #BB83A6
Black with #BB83A6
Text Example
Text Example
White with #BB83A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB83A6; }
p { color: rgb(187,131,166); }
H1.HeaderClassName
{
color: #BB83A6;
}
.AnyTagClassName
{
color: #BB83A6;
}
</style>
background-color css
<style>
a { background-color: #BB83A6; }
a { background-color: rgb(187,131,166); }
div.DivClassName
{
background-color: #BB83A6;
}
.BgClassName
{
background-color: #BB83A6;
}
</style>
border-color css
<style>
span { border-color: #BB83A6; }
span { border-color: rgb(187,131,166); }
td.TdClassName
{
border-color: #BB83A6;
}
.TagClassName
{
border-color: #BB83A6;
}
</style>