Shades of Perfume #BBA4EB
Tints of Perfume #BBA4EB
RGB
CMYK
RGB Variations
Color information
#BBA4EB (or 0xBBA4EB) is known color: Perfume. HEX triplet: BB, A4 and EB. RGB value is (187,164,235). Sum of RGB (Red+Green+Blue) = 187+164+235=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBA4EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4EB is #445B14. Grayscale: #B2B2B2. Windows color (decimal): -4479765 or 15443131. OLE color: 15443131.
HSL color Cylindrical-coordinate representation of color #BBA4EB: hue angle of 259.44º 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 #BBA4EB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 164 | 235 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.08 |
| HSL | 259.44º | 0.64% | 0.78% | - |
| HSV(B) | 259.44º | 0.3% | 0.92% | - |
| XYZ | 48.76 | 43.11 | 84.35 | - |
| YUV | 178.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 235 | 0.20 | 0.30 | 0 | 0.08 | 259.44 | 0.64 | 0.78 |
| Hex | BB | A4 | EB | 14 | 1E | 0 | 8 | 103 | 40 | 4E |
| Octal | 273 | 244 | 353 | 24 | 36 | 0 | 10 | 403 | 100 | 116 |
| Binary | 10111011 | 10100100 | 11101011 | 10100 | 11110 | 0 | 1000 | 100000011 | 1000000 | 1001110 |
Color Harmonies of #BBA4EB
Complementary color
Monochromatic Colors of #BBA4EB
Black with #BBA4EB
Text Example
Text Example
White with #BBA4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4EB; }
p { color: rgb(187,164,235); }
H1.HeaderClassName
{
color: #BBA4EB;
}
.AnyTagClassName
{
color: #BBA4EB;
}
</style>
background-color css
<style>
a { background-color: #BBA4EB; }
a { background-color: rgb(187,164,235); }
div.DivClassName
{
background-color: #BBA4EB;
}
.BgClassName
{
background-color: #BBA4EB;
}
</style>
border-color css
<style>
span { border-color: #BBA4EB; }
span { border-color: rgb(187,164,235); }
td.TdClassName
{
border-color: #BBA4EB;
}
.TagClassName
{
border-color: #BBA4EB;
}
</style>