Shades of Bouquet #B2699D
Tints of Bouquet #B2699D
RGB
CMYK
RGB Variations
Color information
#B2699D (or 0xB2699D) is known color: Bouquet. HEX triplet: B2, 69 and 9D. RGB value is (178,105,157). Sum of RGB (Red+Green+Blue) = 178+105+157=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B2699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2699D is #4D9662. Grayscale: #848484. Windows color (decimal): -5084771 or 10316210. OLE color: 10316210.
HSL color Cylindrical-coordinate representation of color #B2699D: hue angle of 317.26º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2699D is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 105 | 157 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.30 |
| HSL | 317.26º | 0.32% | 0.55% | - |
| HSV(B) | 317.26º | 0.41% | 0.7% | - |
| XYZ | 29.5 | 22 | 34.59 | - |
| YUV | 132.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 105 | 157 | 0 | 0.41 | 0.12 | 0.30 | 317.26 | 0.32 | 0.55 |
| Hex | B2 | 69 | 9D | 0 | 29 | C | 1E | 13D | 20 | 37 |
| Octal | 262 | 151 | 235 | 0 | 51 | 14 | 36 | 475 | 40 | 67 |
| Binary | 10110010 | 1101001 | 10011101 | 0 | 101001 | 1100 | 11110 | 100111101 | 100000 | 110111 |
Color Harmonies of #B2699D
Complementary color
Monochromatic Colors of #B2699D
Black with #B2699D
Text Example
Text Example
White with #B2699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2699D; }
p { color: rgb(178,105,157); }
H1.HeaderClassName
{
color: #B2699D;
}
.AnyTagClassName
{
color: #B2699D;
}
</style>
background-color css
<style>
a { background-color: #B2699D; }
a { background-color: rgb(178,105,157); }
div.DivClassName
{
background-color: #B2699D;
}
.BgClassName
{
background-color: #B2699D;
}
</style>
border-color css
<style>
span { border-color: #B2699D; }
span { border-color: rgb(178,105,157); }
td.TdClassName
{
border-color: #B2699D;
}
.TagClassName
{
border-color: #B2699D;
}
</style>