Shades of Bouquet #B28CA3
Tints of Bouquet #B28CA3
RGB
CMYK
RGB Variations
Color information
#B28CA3 (or 0xB28CA3) is known color: Bouquet. HEX triplet: B2, 8C and A3. RGB value is (178,140,163). Sum of RGB (Red+Green+Blue) = 178+140+163=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 178 - color contains mainly: red. Hex color #B28CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28CA3 is #4D735C. Grayscale: #999999. Windows color (decimal): -5075805 or 10718386. OLE color: 10718386.
HSL color Cylindrical-coordinate representation of color #B28CA3: hue angle of 323.68º 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 #B28CA3 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 163 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.30 |
| HSL | 323.68º | 0.2% | 0.62% | - |
| HSV(B) | 323.68º | 0.21% | 0.7% | - |
| XYZ | 34.35 | 30.87 | 38.8 | - |
| YUV | 153.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 163 | 0 | 0.21 | 0.08 | 0.30 | 323.68 | 0.2 | 0.62 |
| Hex | B2 | 8C | A3 | 0 | 15 | 8 | 1E | 144 | 14 | 3E |
| Octal | 262 | 214 | 243 | 0 | 25 | 10 | 36 | 504 | 24 | 76 |
| Binary | 10110010 | 10001100 | 10100011 | 0 | 10101 | 1000 | 11110 | 101000100 | 10100 | 111110 |
Color Harmonies of #B28CA3
Complementary color
Monochromatic Colors of #B28CA3
Black with #B28CA3
Text Example
Text Example
White with #B28CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28CA3; }
p { color: rgb(178,140,163); }
H1.HeaderClassName
{
color: #B28CA3;
}
.AnyTagClassName
{
color: #B28CA3;
}
</style>
background-color css
<style>
a { background-color: #B28CA3; }
a { background-color: rgb(178,140,163); }
div.DivClassName
{
background-color: #B28CA3;
}
.BgClassName
{
background-color: #B28CA3;
}
</style>
border-color css
<style>
span { border-color: #B28CA3; }
span { border-color: rgb(178,140,163); }
td.TdClassName
{
border-color: #B28CA3;
}
.TagClassName
{
border-color: #B28CA3;
}
</style>