Shades of Perfume #B8A4CE
Tints of Perfume #B8A4CE
RGB
CMYK
RGB Variations
Color information
#B8A4CE (or 0xB8A4CE) is known color: Perfume. HEX triplet: B8, A4 and CE. RGB value is (184,164,206). Sum of RGB (Red+Green+Blue) = 184+164+206=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8A4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A4CE is #475B31. Grayscale: #AEAEAE. Windows color (decimal): -4676402 or 13542584. OLE color: 13542584.
HSL color Cylindrical-coordinate representation of color #B8A4CE: hue angle of 268.57º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8A4CE is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 164 | 206 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.19 |
| HSL | 268.57º | 0.3% | 0.73% | - |
| HSV(B) | 268.57º | 0.2% | 0.81% | - |
| XYZ | 44.18 | 41.2 | 64.02 | - |
| YUV | 174.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 164 | 206 | 0.11 | 0.20 | 0 | 0.19 | 268.57 | 0.3 | 0.73 |
| Hex | B8 | A4 | CE | B | 14 | 0 | 13 | 10D | 1E | 49 |
| Octal | 270 | 244 | 316 | 13 | 24 | 0 | 23 | 415 | 36 | 111 |
| Binary | 10111000 | 10100100 | 11001110 | 1011 | 10100 | 0 | 10011 | 100001101 | 11110 | 1001001 |
Color Harmonies of #B8A4CE
Complementary color
Monochromatic Colors of #B8A4CE
Black with #B8A4CE
Text Example
Text Example
White with #B8A4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A4CE; }
p { color: rgb(184,164,206); }
H1.HeaderClassName
{
color: #B8A4CE;
}
.AnyTagClassName
{
color: #B8A4CE;
}
</style>
background-color css
<style>
a { background-color: #B8A4CE; }
a { background-color: rgb(184,164,206); }
div.DivClassName
{
background-color: #B8A4CE;
}
.BgClassName
{
background-color: #B8A4CE;
}
</style>
border-color css
<style>
span { border-color: #B8A4CE; }
span { border-color: rgb(184,164,206); }
td.TdClassName
{
border-color: #B8A4CE;
}
.TagClassName
{
border-color: #B8A4CE;
}
</style>