Shades of Bouquet #BD819F
Tints of Bouquet #BD819F
RGB
CMYK
RGB Variations
Color information
#BD819F (or 0xBD819F) is known color: Bouquet. HEX triplet: BD, 81 and 9F. RGB value is (189,129,159). Sum of RGB (Red+Green+Blue) = 189+129+159=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD819F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD819F is #427E60. Grayscale: #969696. Windows color (decimal): -4357729 or 10453437. OLE color: 10453437.
HSL color Cylindrical-coordinate representation of color #BD819F: hue angle of 330º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD819F is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 159 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.26 |
| HSL | 330º | 0.31% | 0.62% | - |
| HSV(B) | 330º | 0.32% | 0.74% | - |
| XYZ | 35.09 | 29.02 | 36.55 | - |
| YUV | 150.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 159 | 0 | 0.32 | 0.16 | 0.26 | 330 | 0.31 | 0.62 |
| Hex | BD | 81 | 9F | 0 | 20 | 10 | 1A | 14A | 1F | 3E |
| Octal | 275 | 201 | 237 | 0 | 40 | 20 | 32 | 512 | 37 | 76 |
| Binary | 10111101 | 10000001 | 10011111 | 0 | 100000 | 10000 | 11010 | 101001010 | 11111 | 111110 |
Color Harmonies of #BD819F
Complementary color
Monochromatic Colors of #BD819F
Black with #BD819F
Text Example
Text Example
White with #BD819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD819F; }
p { color: rgb(189,129,159); }
H1.HeaderClassName
{
color: #BD819F;
}
.AnyTagClassName
{
color: #BD819F;
}
</style>
background-color css
<style>
a { background-color: #BD819F; }
a { background-color: rgb(189,129,159); }
div.DivClassName
{
background-color: #BD819F;
}
.BgClassName
{
background-color: #BD819F;
}
</style>
border-color css
<style>
span { border-color: #BD819F; }
span { border-color: rgb(189,129,159); }
td.TdClassName
{
border-color: #BD819F;
}
.TagClassName
{
border-color: #BD819F;
}
</style>