Shades of Perfume #B8A4EB
Tints of Perfume #B8A4EB
RGB
CMYK
RGB Variations
Color information
#B8A4EB (or 0xB8A4EB) is known color: Perfume. HEX triplet: B8, A4 and EB. RGB value is (184,164,235). Sum of RGB (Red+Green+Blue) = 184+164+235=583 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.56% from 583); Green value is 164 (64.45% from 255 or 28.13% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8A4EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A4EB is #475B14. Grayscale: #B1B1B1. Windows color (decimal): -4676373 or 15443128. OLE color: 15443128.
HSL color Cylindrical-coordinate representation of color #B8A4EB: hue angle of 256.9º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8A4EB is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 164 | 235 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.08 |
| HSL | 256.9º | 0.64% | 0.78% | - |
| HSV(B) | 256.9º | 0.3% | 0.92% | - |
| XYZ | 48.04 | 42.74 | 84.31 | - |
| YUV | 178.07 | 160.13 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 164 | 235 | 0.22 | 0.30 | 0 | 0.08 | 256.9 | 0.64 | 0.78 |
| Hex | B8 | A4 | EB | 16 | 1E | 0 | 8 | 101 | 40 | 4E |
| Octal | 270 | 244 | 353 | 26 | 36 | 0 | 10 | 401 | 100 | 116 |
| Binary | 10111000 | 10100100 | 11101011 | 10110 | 11110 | 0 | 1000 | 100000001 | 1000000 | 1001110 |
Color Harmonies of #B8A4EB
Complementary color
Monochromatic Colors of #B8A4EB
Black with #B8A4EB
Text Example
Text Example
White with #B8A4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A4EB; }
p { color: rgb(184,164,235); }
H1.HeaderClassName
{
color: #B8A4EB;
}
.AnyTagClassName
{
color: #B8A4EB;
}
</style>
background-color css
<style>
a { background-color: #B8A4EB; }
a { background-color: rgb(184,164,235); }
div.DivClassName
{
background-color: #B8A4EB;
}
.BgClassName
{
background-color: #B8A4EB;
}
</style>
border-color css
<style>
span { border-color: #B8A4EB; }
span { border-color: rgb(184,164,235); }
td.TdClassName
{
border-color: #B8A4EB;
}
.TagClassName
{
border-color: #B8A4EB;
}
</style>