Shades of Perfume #BBA1E8
Tints of Perfume #BBA1E8
RGB
CMYK
RGB Variations
Color information
#BBA1E8 (or 0xBBA1E8) is known color: Perfume. HEX triplet: BB, A1 and E8. RGB value is (187,161,232). Sum of RGB (Red+Green+Blue) = 187+161+232=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 161 (63.28% from 255 or 27.76% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBA1E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA1E8 is #445E17. Grayscale: #B0B0B0. Windows color (decimal): -4480536 or 15245755. OLE color: 15245755.
HSL color Cylindrical-coordinate representation of color #BBA1E8: hue angle of 261.97º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBA1E8 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 161 | 232 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.09 |
| HSL | 261.97º | 0.61% | 0.77% | - |
| HSV(B) | 261.97º | 0.31% | 0.91% | - |
| XYZ | 47.8 | 41.88 | 81.91 | - |
| YUV | 176.87 | 159.11 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 232 | 0.19 | 0.31 | 0 | 0.09 | 261.97 | 0.61 | 0.77 |
| Hex | BB | A1 | E8 | 13 | 1F | 0 | 9 | 106 | 3D | 4D |
| Octal | 273 | 241 | 350 | 23 | 37 | 0 | 11 | 406 | 75 | 115 |
| Binary | 10111011 | 10100001 | 11101000 | 10011 | 11111 | 0 | 1001 | 100000110 | 111101 | 1001101 |
Color Harmonies of #BBA1E8
Complementary color
Monochromatic Colors of #BBA1E8
Black with #BBA1E8
Text Example
Text Example
White with #BBA1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA1E8; }
p { color: rgb(187,161,232); }
H1.HeaderClassName
{
color: #BBA1E8;
}
.AnyTagClassName
{
color: #BBA1E8;
}
</style>
background-color css
<style>
a { background-color: #BBA1E8; }
a { background-color: rgb(187,161,232); }
div.DivClassName
{
background-color: #BBA1E8;
}
.BgClassName
{
background-color: #BBA1E8;
}
</style>
border-color css
<style>
span { border-color: #BBA1E8; }
span { border-color: rgb(187,161,232); }
td.TdClassName
{
border-color: #BBA1E8;
}
.TagClassName
{
border-color: #BBA1E8;
}
</style>