Shades of Perfume #B8A1EB
Tints of Perfume #B8A1EB
RGB
CMYK
RGB Variations
Color information
#B8A1EB (or 0xB8A1EB) is known color: Perfume. HEX triplet: B8, A1 and EB. RGB value is (184,161,235). Sum of RGB (Red+Green+Blue) = 184+161+235=580 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.72% from 580); Green value is 161 (63.28% from 255 or 27.76% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8A1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A1EB is #475E14. Grayscale: #B0B0B0. Windows color (decimal): -4677141 or 15442360. OLE color: 15442360.
HSL color Cylindrical-coordinate representation of color #B8A1EB: hue angle of 258.65º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8A1EB is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 161 | 235 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.08 |
| HSL | 258.65º | 0.65% | 0.78% | - |
| HSV(B) | 258.65º | 0.31% | 0.92% | - |
| XYZ | 47.51 | 41.68 | 84.14 | - |
| YUV | 176.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 161 | 235 | 0.22 | 0.31 | 0 | 0.08 | 258.65 | 0.65 | 0.78 |
| Hex | B8 | A1 | EB | 16 | 1F | 0 | 8 | 103 | 41 | 4E |
| Octal | 270 | 241 | 353 | 26 | 37 | 0 | 10 | 403 | 101 | 116 |
| Binary | 10111000 | 10100001 | 11101011 | 10110 | 11111 | 0 | 1000 | 100000011 | 1000001 | 1001110 |
Color Harmonies of #B8A1EB
Complementary color
Monochromatic Colors of #B8A1EB
Black with #B8A1EB
Text Example
Text Example
White with #B8A1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A1EB; }
p { color: rgb(184,161,235); }
H1.HeaderClassName
{
color: #B8A1EB;
}
.AnyTagClassName
{
color: #B8A1EB;
}
</style>
background-color css
<style>
a { background-color: #B8A1EB; }
a { background-color: rgb(184,161,235); }
div.DivClassName
{
background-color: #B8A1EB;
}
.BgClassName
{
background-color: #B8A1EB;
}
</style>
border-color css
<style>
span { border-color: #B8A1EB; }
span { border-color: rgb(184,161,235); }
td.TdClassName
{
border-color: #B8A1EB;
}
.TagClassName
{
border-color: #B8A1EB;
}
</style>