Shades of Bouquet #BD7BAB
Tints of Bouquet #BD7BAB
RGB
CMYK
RGB Variations
Color information
#BD7BAB (or 0xBD7BAB) is known color: Bouquet. HEX triplet: BD, 7B and AB. RGB value is (189,123,171). Sum of RGB (Red+Green+Blue) = 189+123+171=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7BAB is #428454. Grayscale: #949494. Windows color (decimal): -4359253 or 11238333. OLE color: 11238333.
HSL color Cylindrical-coordinate representation of color #BD7BAB: hue angle of 316.36º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD7BAB is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 123 | 171 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.26 |
| HSL | 316.36º | 0.33% | 0.61% | - |
| HSV(B) | 316.36º | 0.35% | 0.74% | - |
| XYZ | 35.42 | 27.93 | 42.05 | - |
| YUV | 148.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 171 | 0 | 0.35 | 0.10 | 0.26 | 316.36 | 0.33 | 0.61 |
| Hex | BD | 7B | AB | 0 | 23 | A | 1A | 13C | 21 | 3D |
| Octal | 275 | 173 | 253 | 0 | 43 | 12 | 32 | 474 | 41 | 75 |
| Binary | 10111101 | 1111011 | 10101011 | 0 | 100011 | 1010 | 11010 | 100111100 | 100001 | 111101 |
Color Harmonies of #BD7BAB
Complementary color
Monochromatic Colors of #BD7BAB
Black with #BD7BAB
Text Example
Text Example
White with #BD7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7BAB; }
p { color: rgb(189,123,171); }
H1.HeaderClassName
{
color: #BD7BAB;
}
.AnyTagClassName
{
color: #BD7BAB;
}
</style>
background-color css
<style>
a { background-color: #BD7BAB; }
a { background-color: rgb(189,123,171); }
div.DivClassName
{
background-color: #BD7BAB;
}
.BgClassName
{
background-color: #BD7BAB;
}
</style>
border-color css
<style>
span { border-color: #BD7BAB; }
span { border-color: rgb(189,123,171); }
td.TdClassName
{
border-color: #BD7BAB;
}
.TagClassName
{
border-color: #BD7BAB;
}
</style>