Shades of Bouquet #BB83A3
Tints of Bouquet #BB83A3
RGB
CMYK
RGB Variations
Color information
#BB83A3 (or 0xBB83A3) is known color: Bouquet. HEX triplet: BB, 83 and A3. RGB value is (187,131,163). Sum of RGB (Red+Green+Blue) = 187+131+163=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB83A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB83A3 is #447C5C. Grayscale: #979797. Windows color (decimal): -4488285 or 10716091. OLE color: 10716091.
HSL color Cylindrical-coordinate representation of color #BB83A3: hue angle of 325.71º 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 #BB83A3 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 163 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.27 |
| HSL | 325.71º | 0.29% | 0.62% | - |
| HSV(B) | 325.71º | 0.3% | 0.73% | - |
| XYZ | 35.22 | 29.44 | 38.48 | - |
| YUV | 151.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 163 | 0 | 0.30 | 0.13 | 0.27 | 325.71 | 0.29 | 0.62 |
| Hex | BB | 83 | A3 | 0 | 1E | D | 1B | 146 | 1D | 3E |
| Octal | 273 | 203 | 243 | 0 | 36 | 15 | 33 | 506 | 35 | 76 |
| Binary | 10111011 | 10000011 | 10100011 | 0 | 11110 | 1101 | 11011 | 101000110 | 11101 | 111110 |
Color Harmonies of #BB83A3
Complementary color
Monochromatic Colors of #BB83A3
Black with #BB83A3
Text Example
Text Example
White with #BB83A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB83A3; }
p { color: rgb(187,131,163); }
H1.HeaderClassName
{
color: #BB83A3;
}
.AnyTagClassName
{
color: #BB83A3;
}
</style>
background-color css
<style>
a { background-color: #BB83A3; }
a { background-color: rgb(187,131,163); }
div.DivClassName
{
background-color: #BB83A3;
}
.BgClassName
{
background-color: #BB83A3;
}
</style>
border-color css
<style>
span { border-color: #BB83A3; }
span { border-color: rgb(187,131,163); }
td.TdClassName
{
border-color: #BB83A3;
}
.TagClassName
{
border-color: #BB83A3;
}
</style>