Shades of Bouquet #BD86A7
Tints of Bouquet #BD86A7
RGB
CMYK
RGB Variations
Color information
#BD86A7 (or 0xBD86A7) is known color: Bouquet. HEX triplet: BD, 86 and A7. RGB value is (189,134,167). Sum of RGB (Red+Green+Blue) = 189+134+167=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 167 (65.62% from 255 or 34.08% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BD86A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD86A7 is #427958. Grayscale: #9A9A9A. Windows color (decimal): -4356441 or 10979005. OLE color: 10979005.
HSL color Cylindrical-coordinate representation of color #BD86A7: hue angle of 324º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD86A7 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 167 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.26 |
| HSL | 324º | 0.29% | 0.63% | - |
| HSV(B) | 324º | 0.29% | 0.74% | - |
| XYZ | 36.49 | 30.66 | 40.55 | - |
| YUV | 154.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 167 | 0 | 0.29 | 0.12 | 0.26 | 324 | 0.29 | 0.63 |
| Hex | BD | 86 | A7 | 0 | 1D | C | 1A | 144 | 1D | 3F |
| Octal | 275 | 206 | 247 | 0 | 35 | 14 | 32 | 504 | 35 | 77 |
| Binary | 10111101 | 10000110 | 10100111 | 0 | 11101 | 1100 | 11010 | 101000100 | 11101 | 111111 |
Color Harmonies of #BD86A7
Complementary color
Monochromatic Colors of #BD86A7
Black with #BD86A7
Text Example
Text Example
White with #BD86A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD86A7; }
p { color: rgb(189,134,167); }
H1.HeaderClassName
{
color: #BD86A7;
}
.AnyTagClassName
{
color: #BD86A7;
}
</style>
background-color css
<style>
a { background-color: #BD86A7; }
a { background-color: rgb(189,134,167); }
div.DivClassName
{
background-color: #BD86A7;
}
.BgClassName
{
background-color: #BD86A7;
}
</style>
border-color css
<style>
span { border-color: #BD86A7; }
span { border-color: rgb(189,134,167); }
td.TdClassName
{
border-color: #BD86A7;
}
.TagClassName
{
border-color: #BD86A7;
}
</style>