Shades of Bouquet #B978A8
Tints of Bouquet #B978A8
RGB
CMYK
RGB Variations
Color information
#B978A8 (or 0xB978A8) is known color: Bouquet. HEX triplet: B9, 78 and A8. RGB value is (185,120,168). Sum of RGB (Red+Green+Blue) = 185+120+168=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 185 - color contains mainly: red. Hex color #B978A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B978A8 is #468757. Grayscale: #909090. Windows color (decimal): -4622168 or 11040953. OLE color: 11040953.
HSL color Cylindrical-coordinate representation of color #B978A8: hue angle of 315.69º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B978A8 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 120 | 168 | - |
CMYK | 0 | 0.35 | 0.09 | 0.27 |
HSL | 315.69º | 0.32% | 0.6% | - |
HSV(B) | 315.69º | 0.35% | 0.73% | - |
XYZ | 33.79 | 26.57 | 40.39 | - |
YUV | 144.91 | 141.03 | 156.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 120 | 168 | 0 | 0.35 | 0.09 | 0.27 | 315.69 | 0.32 | 0.6 |
Hex | B9 | 78 | A8 | 0 | 23 | 9 | 1B | 13C | 20 | 3C |
Octal | 271 | 170 | 250 | 0 | 43 | 11 | 33 | 474 | 40 | 74 |
Binary | 10111001 | 1111000 | 10101000 | 0 | 100011 | 1001 | 11011 | 100111100 | 100000 | 111100 |
Color Harmonies of #B978A8
Complementary color
Monochromatic Colors of #B978A8
Black with #B978A8
Text Example
Text Example
White with #B978A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B978A8; }
p { color: rgb(185,120,168); }
H1.HeaderClassName
{
color: #B978A8;
}
.AnyTagClassName
{
color: #B978A8;
}
</style>
background-color css
<style>
a { background-color: #B978A8; }
a { background-color: rgb(185,120,168); }
div.DivClassName
{
background-color: #B978A8;
}
.BgClassName
{
background-color: #B978A8;
}
</style>
border-color css
<style>
span { border-color: #B978A8; }
span { border-color: rgb(185,120,168); }
td.TdClassName
{
border-color: #B978A8;
}
.TagClassName
{
border-color: #B978A8;
}
</style>