Shades of Bouquet #BD6FAB
Tints of Bouquet #BD6FAB
RGB
CMYK
RGB Variations
Color information
#BD6FAB (or 0xBD6FAB) is known color: Bouquet. HEX triplet: BD, 6F and AB. RGB value is (189,111,171). Sum of RGB (Red+Green+Blue) = 189+111+171=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6FAB is #429054. Grayscale: #8D8D8D. Windows color (decimal): -4362325 or 11235261. OLE color: 11235261.
HSL color Cylindrical-coordinate representation of color #BD6FAB: hue angle of 313.85º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD6FAB is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 111 | 171 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.26 |
| HSL | 313.85º | 0.37% | 0.59% | - |
| HSV(B) | 313.85º | 0.41% | 0.74% | - |
| XYZ | 34.02 | 25.13 | 41.59 | - |
| YUV | 141.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 171 | 0 | 0.41 | 0.10 | 0.26 | 313.85 | 0.37 | 0.59 |
| Hex | BD | 6F | AB | 0 | 29 | A | 1A | 13A | 25 | 3B |
| Octal | 275 | 157 | 253 | 0 | 51 | 12 | 32 | 472 | 45 | 73 |
| Binary | 10111101 | 1101111 | 10101011 | 0 | 101001 | 1010 | 11010 | 100111010 | 100101 | 111011 |
Color Harmonies of #BD6FAB
Complementary color
Monochromatic Colors of #BD6FAB
Black with #BD6FAB
Text Example
Text Example
White with #BD6FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6FAB; }
p { color: rgb(189,111,171); }
H1.HeaderClassName
{
color: #BD6FAB;
}
.AnyTagClassName
{
color: #BD6FAB;
}
</style>
background-color css
<style>
a { background-color: #BD6FAB; }
a { background-color: rgb(189,111,171); }
div.DivClassName
{
background-color: #BD6FAB;
}
.BgClassName
{
background-color: #BD6FAB;
}
</style>
border-color css
<style>
span { border-color: #BD6FAB; }
span { border-color: rgb(189,111,171); }
td.TdClassName
{
border-color: #BD6FAB;
}
.TagClassName
{
border-color: #BD6FAB;
}
</style>