Shades of Bouquet #B2669C
Tints of Bouquet #B2669C
RGB
CMYK
RGB Variations
Color information
#B2669C (or 0xB2669C) is known color: Bouquet. HEX triplet: B2, 66 and 9C. RGB value is (178,102,156). Sum of RGB (Red+Green+Blue) = 178+102+156=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2669C is #4D9963. Grayscale: #828282. Windows color (decimal): -5085540 or 10249906. OLE color: 10249906.
HSL color Cylindrical-coordinate representation of color #B2669C: hue angle of 317.37º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2669C is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 102 | 156 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.30 |
| HSL | 317.37º | 0.33% | 0.55% | - |
| HSV(B) | 317.37º | 0.43% | 0.7% | - |
| XYZ | 29.11 | 21.37 | 34.04 | - |
| YUV | 130.88 | 142.18 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 156 | 0 | 0.43 | 0.12 | 0.30 | 317.37 | 0.33 | 0.55 |
| Hex | B2 | 66 | 9C | 0 | 2B | C | 1E | 13D | 21 | 37 |
| Octal | 262 | 146 | 234 | 0 | 53 | 14 | 36 | 475 | 41 | 67 |
| Binary | 10110010 | 1100110 | 10011100 | 0 | 101011 | 1100 | 11110 | 100111101 | 100001 | 110111 |
Color Harmonies of #B2669C
Complementary color
Monochromatic Colors of #B2669C
Black with #B2669C
Text Example
Text Example
White with #B2669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2669C; }
p { color: rgb(178,102,156); }
H1.HeaderClassName
{
color: #B2669C;
}
.AnyTagClassName
{
color: #B2669C;
}
</style>
background-color css
<style>
a { background-color: #B2669C; }
a { background-color: rgb(178,102,156); }
div.DivClassName
{
background-color: #B2669C;
}
.BgClassName
{
background-color: #B2669C;
}
</style>
border-color css
<style>
span { border-color: #B2669C; }
span { border-color: rgb(178,102,156); }
td.TdClassName
{
border-color: #B2669C;
}
.TagClassName
{
border-color: #B2669C;
}
</style>