Shades of Bouquet #BE80AA
Tints of Bouquet #BE80AA
RGB
CMYK
RGB Variations
Color information
#BE80AA (or 0xBE80AA) is known color: Bouquet. HEX triplet: BE, 80 and AA. RGB value is (190,128,170). Sum of RGB (Red+Green+Blue) = 190+128+170=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE80AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE80AA is #417F55. Grayscale: #979797. Windows color (decimal): -4292438 or 11174078. OLE color: 11174078.
HSL color Cylindrical-coordinate representation of color #BE80AA: hue angle of 319.35º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE80AA is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 128 | 170 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.25 |
| HSL | 319.35º | 0.32% | 0.62% | - |
| HSV(B) | 319.35º | 0.33% | 0.75% | - |
| XYZ | 36.21 | 29.29 | 41.77 | - |
| YUV | 151.33 | 138.54 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 170 | 0 | 0.33 | 0.11 | 0.25 | 319.35 | 0.32 | 0.62 |
| Hex | BE | 80 | AA | 0 | 21 | B | 19 | 13F | 20 | 3E |
| Octal | 276 | 200 | 252 | 0 | 41 | 13 | 31 | 477 | 40 | 76 |
| Binary | 10111110 | 10000000 | 10101010 | 0 | 100001 | 1011 | 11001 | 100111111 | 100000 | 111110 |
Color Harmonies of #BE80AA
Complementary color
Monochromatic Colors of #BE80AA
Black with #BE80AA
Text Example
Text Example
White with #BE80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE80AA; }
p { color: rgb(190,128,170); }
H1.HeaderClassName
{
color: #BE80AA;
}
.AnyTagClassName
{
color: #BE80AA;
}
</style>
background-color css
<style>
a { background-color: #BE80AA; }
a { background-color: rgb(190,128,170); }
div.DivClassName
{
background-color: #BE80AA;
}
.BgClassName
{
background-color: #BE80AA;
}
</style>
border-color css
<style>
span { border-color: #BE80AA; }
span { border-color: rgb(190,128,170); }
td.TdClassName
{
border-color: #BE80AA;
}
.TagClassName
{
border-color: #BE80AA;
}
</style>