Shades of Bouquet #B28CA5
Tints of Bouquet #B28CA5
RGB
CMYK
RGB Variations
Color information
#B28CA5 (or 0xB28CA5) is known color: Bouquet. HEX triplet: B2, 8C and A5. RGB value is (178,140,165). Sum of RGB (Red+Green+Blue) = 178+140+165=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 165 (64.84% from 255 or 34.16% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B28CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28CA5 is #4D735A. Grayscale: #9A9A9A. Windows color (decimal): -5075803 or 10849458. OLE color: 10849458.
HSL color Cylindrical-coordinate representation of color #B28CA5: hue angle of 320.53º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B28CA5 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 165 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.30 |
| HSL | 320.53º | 0.2% | 0.62% | - |
| HSV(B) | 320.53º | 0.21% | 0.7% | - |
| XYZ | 34.53 | 30.94 | 39.75 | - |
| YUV | 154.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 165 | 0 | 0.21 | 0.07 | 0.30 | 320.53 | 0.2 | 0.62 |
| Hex | B2 | 8C | A5 | 0 | 15 | 7 | 1E | 141 | 14 | 3E |
| Octal | 262 | 214 | 245 | 0 | 25 | 7 | 36 | 501 | 24 | 76 |
| Binary | 10110010 | 10001100 | 10100101 | 0 | 10101 | 111 | 11110 | 101000001 | 10100 | 111110 |
Color Harmonies of #B28CA5
Complementary color
Monochromatic Colors of #B28CA5
Black with #B28CA5
Text Example
Text Example
White with #B28CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28CA5; }
p { color: rgb(178,140,165); }
H1.HeaderClassName
{
color: #B28CA5;
}
.AnyTagClassName
{
color: #B28CA5;
}
</style>
background-color css
<style>
a { background-color: #B28CA5; }
a { background-color: rgb(178,140,165); }
div.DivClassName
{
background-color: #B28CA5;
}
.BgClassName
{
background-color: #B28CA5;
}
</style>
border-color css
<style>
span { border-color: #B28CA5; }
span { border-color: rgb(178,140,165); }
td.TdClassName
{
border-color: #B28CA5;
}
.TagClassName
{
border-color: #B28CA5;
}
</style>