Shades of Bouquet #BD69A5
Tints of Bouquet #BD69A5
RGB
CMYK
RGB Variations
Color information
#BD69A5 (or 0xBD69A5) is known color: Bouquet. HEX triplet: BD, 69 and A5. RGB value is (189,105,165). Sum of RGB (Red+Green+Blue) = 189+105+165=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD69A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD69A5 is #42965A. Grayscale: #888888. Windows color (decimal): -4363867 or 10840509. OLE color: 10840509.
HSL color Cylindrical-coordinate representation of color #BD69A5: hue angle of 317.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD69A5 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 165 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.26 |
| HSL | 317.14º | 0.39% | 0.58% | - |
| HSV(B) | 317.14º | 0.44% | 0.74% | - |
| XYZ | 32.83 | 23.64 | 38.43 | - |
| YUV | 136.96 | 143.83 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 165 | 0 | 0.44 | 0.13 | 0.26 | 317.14 | 0.39 | 0.58 |
| Hex | BD | 69 | A5 | 0 | 2C | D | 1A | 13D | 27 | 3A |
| Octal | 275 | 151 | 245 | 0 | 54 | 15 | 32 | 475 | 47 | 72 |
| Binary | 10111101 | 1101001 | 10100101 | 0 | 101100 | 1101 | 11010 | 100111101 | 100111 | 111010 |
Color Harmonies of #BD69A5
Complementary color
Monochromatic Colors of #BD69A5
Black with #BD69A5
Text Example
Text Example
White with #BD69A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD69A5; }
p { color: rgb(189,105,165); }
H1.HeaderClassName
{
color: #BD69A5;
}
.AnyTagClassName
{
color: #BD69A5;
}
</style>
background-color css
<style>
a { background-color: #BD69A5; }
a { background-color: rgb(189,105,165); }
div.DivClassName
{
background-color: #BD69A5;
}
.BgClassName
{
background-color: #BD69A5;
}
</style>
border-color css
<style>
span { border-color: #BD69A5; }
span { border-color: rgb(189,105,165); }
td.TdClassName
{
border-color: #BD69A5;
}
.TagClassName
{
border-color: #BD69A5;
}
</style>