Shades of Bouquet #BF83A7
Tints of Bouquet #BF83A7
RGB
CMYK
RGB Variations
Color information
#BF83A7 (or 0xBF83A7) is known color: Bouquet. HEX triplet: BF, 83 and A7. RGB value is (191,131,167). Sum of RGB (Red+Green+Blue) = 191+131+167=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF83A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF83A7 is #407C58. Grayscale: #989898. Windows color (decimal): -4226137 or 10978239. OLE color: 10978239.
HSL color Cylindrical-coordinate representation of color #BF83A7: hue angle of 324º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF83A7 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 131 | 167 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.25 |
| HSL | 324º | 0.32% | 0.63% | - |
| HSV(B) | 324º | 0.31% | 0.75% | - |
| XYZ | 36.58 | 30.1 | 40.44 | - |
| YUV | 153.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 167 | 0 | 0.31 | 0.13 | 0.25 | 324 | 0.32 | 0.63 |
| Hex | BF | 83 | A7 | 0 | 1F | D | 19 | 144 | 20 | 3F |
| Octal | 277 | 203 | 247 | 0 | 37 | 15 | 31 | 504 | 40 | 77 |
| Binary | 10111111 | 10000011 | 10100111 | 0 | 11111 | 1101 | 11001 | 101000100 | 100000 | 111111 |
Color Harmonies of #BF83A7
Complementary color
Monochromatic Colors of #BF83A7
Black with #BF83A7
Text Example
Text Example
White with #BF83A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF83A7; }
p { color: rgb(191,131,167); }
H1.HeaderClassName
{
color: #BF83A7;
}
.AnyTagClassName
{
color: #BF83A7;
}
</style>
background-color css
<style>
a { background-color: #BF83A7; }
a { background-color: rgb(191,131,167); }
div.DivClassName
{
background-color: #BF83A7;
}
.BgClassName
{
background-color: #BF83A7;
}
</style>
border-color css
<style>
span { border-color: #BF83A7; }
span { border-color: rgb(191,131,167); }
td.TdClassName
{
border-color: #BF83A7;
}
.TagClassName
{
border-color: #BF83A7;
}
</style>