Shades of Hopbush #BB669C
Tints of Hopbush #BB669C
RGB
CMYK
RGB Variations
Color information
#BB669C (or 0xBB669C) is known color: Hopbush. HEX triplet: BB, 66 and 9C. RGB value is (187,102,156). Sum of RGB (Red+Green+Blue) = 187+102+156=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB669C is #449963. Grayscale: #858585. Windows color (decimal): -4495716 or 10249915. OLE color: 10249915.
HSL color Cylindrical-coordinate representation of color #BB669C: hue angle of 321.88º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB669C is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 156 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.27 |
| HSL | 321.88º | 0.38% | 0.57% | - |
| HSV(B) | 321.88º | 0.45% | 0.73% | - |
| XYZ | 31.25 | 22.47 | 34.14 | - |
| YUV | 133.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 156 | 0 | 0.45 | 0.17 | 0.27 | 321.88 | 0.38 | 0.57 |
| Hex | BB | 66 | 9C | 0 | 2D | 11 | 1B | 142 | 26 | 39 |
| Octal | 273 | 146 | 234 | 0 | 55 | 21 | 33 | 502 | 46 | 71 |
| Binary | 10111011 | 1100110 | 10011100 | 0 | 101101 | 10001 | 11011 | 101000010 | 100110 | 111001 |
Color Harmonies of #BB669C
Complementary color
Monochromatic Colors of #BB669C
Black with #BB669C
Text Example
Text Example
White with #BB669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB669C; }
p { color: rgb(187,102,156); }
H1.HeaderClassName
{
color: #BB669C;
}
.AnyTagClassName
{
color: #BB669C;
}
</style>
background-color css
<style>
a { background-color: #BB669C; }
a { background-color: rgb(187,102,156); }
div.DivClassName
{
background-color: #BB669C;
}
.BgClassName
{
background-color: #BB669C;
}
</style>
border-color css
<style>
span { border-color: #BB669C; }
span { border-color: rgb(187,102,156); }
td.TdClassName
{
border-color: #BB669C;
}
.TagClassName
{
border-color: #BB669C;
}
</style>