Shades of Bouquet #BC83AA
Tints of Bouquet #BC83AA
RGB
CMYK
RGB Variations
Color information
#BC83AA (or 0xBC83AA) is known color: Bouquet. HEX triplet: BC, 83 and AA. RGB value is (188,131,170). Sum of RGB (Red+Green+Blue) = 188+131+170=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC83AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC83AA is #437C55. Grayscale: #989898. Windows color (decimal): -4422742 or 11174844. OLE color: 11174844.
HSL color Cylindrical-coordinate representation of color #BC83AA: hue angle of 318.95º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC83AA is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 170 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.26 |
| HSL | 318.95º | 0.3% | 0.63% | - |
| HSV(B) | 318.95º | 0.3% | 0.74% | - |
| XYZ | 36.11 | 29.83 | 41.88 | - |
| YUV | 152.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 170 | 0 | 0.30 | 0.10 | 0.26 | 318.95 | 0.3 | 0.63 |
| Hex | BC | 83 | AA | 0 | 1E | A | 1A | 13F | 1E | 3F |
| Octal | 274 | 203 | 252 | 0 | 36 | 12 | 32 | 477 | 36 | 77 |
| Binary | 10111100 | 10000011 | 10101010 | 0 | 11110 | 1010 | 11010 | 100111111 | 11110 | 111111 |
Color Harmonies of #BC83AA
Complementary color
Monochromatic Colors of #BC83AA
Black with #BC83AA
Text Example
Text Example
White with #BC83AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC83AA; }
p { color: rgb(188,131,170); }
H1.HeaderClassName
{
color: #BC83AA;
}
.AnyTagClassName
{
color: #BC83AA;
}
</style>
background-color css
<style>
a { background-color: #BC83AA; }
a { background-color: rgb(188,131,170); }
div.DivClassName
{
background-color: #BC83AA;
}
.BgClassName
{
background-color: #BC83AA;
}
</style>
border-color css
<style>
span { border-color: #BC83AA; }
span { border-color: rgb(188,131,170); }
td.TdClassName
{
border-color: #BC83AA;
}
.TagClassName
{
border-color: #BC83AA;
}
</style>