Shades of Bouquet #BE84A8
Tints of Bouquet #BE84A8
RGB
CMYK
RGB Variations
Color information
#BE84A8 (or 0xBE84A8) is known color: Bouquet. HEX triplet: BE, 84 and A8. RGB value is (190,132,168). Sum of RGB (Red+Green+Blue) = 190+132+168=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE84A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE84A8 is #417B57. Grayscale: #999999. Windows color (decimal): -4291416 or 11044030. OLE color: 11044030.
HSL color Cylindrical-coordinate representation of color #BE84A8: hue angle of 322.76º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE84A8 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 132 | 168 | - |
CMYK | 0 | 0.31 | 0.12 | 0.25 |
HSL | 322.76º | 0.31% | 0.63% | - |
HSV(B) | 322.76º | 0.31% | 0.75% | - |
XYZ | 36.55 | 30.28 | 40.96 | - |
YUV | 153.45 | 136.22 | 154.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 132 | 168 | 0 | 0.31 | 0.12 | 0.25 | 322.76 | 0.31 | 0.63 |
Hex | BE | 84 | A8 | 0 | 1F | C | 19 | 143 | 1F | 3F |
Octal | 276 | 204 | 250 | 0 | 37 | 14 | 31 | 503 | 37 | 77 |
Binary | 10111110 | 10000100 | 10101000 | 0 | 11111 | 1100 | 11001 | 101000011 | 11111 | 111111 |
Color Harmonies of #BE84A8
Complementary color
Monochromatic Colors of #BE84A8
Black with #BE84A8
Text Example
Text Example
White with #BE84A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE84A8; }
p { color: rgb(190,132,168); }
H1.HeaderClassName
{
color: #BE84A8;
}
.AnyTagClassName
{
color: #BE84A8;
}
</style>
background-color css
<style>
a { background-color: #BE84A8; }
a { background-color: rgb(190,132,168); }
div.DivClassName
{
background-color: #BE84A8;
}
.BgClassName
{
background-color: #BE84A8;
}
</style>
border-color css
<style>
span { border-color: #BE84A8; }
span { border-color: rgb(190,132,168); }
td.TdClassName
{
border-color: #BE84A8;
}
.TagClassName
{
border-color: #BE84A8;
}
</style>