Shades of Perfume #BBA3E9
Tints of Perfume #BBA3E9
RGB
CMYK
RGB Variations
Color information
#BBA3E9 (or 0xBBA3E9) is known color: Perfume. HEX triplet: BB, A3 and E9. RGB value is (187,163,233). Sum of RGB (Red+Green+Blue) = 187+163+233=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 163 (64.06% from 255 or 27.96% from 583); Blue value is 233 (91.41% from 255 or 39.97% from 583); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBA3E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3E9 is #445C16. Grayscale: #B1B1B1. Windows color (decimal): -4480023 or 15311803. OLE color: 15311803.
HSL color Cylindrical-coordinate representation of color #BBA3E9: hue angle of 260.57º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA3E9 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 163 | 233 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.09 |
| HSL | 260.57º | 0.61% | 0.78% | - |
| HSV(B) | 260.57º | 0.3% | 0.91% | - |
| XYZ | 48.3 | 42.64 | 82.78 | - |
| YUV | 178.16 | 158.95 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 233 | 0.20 | 0.30 | 0 | 0.09 | 260.57 | 0.61 | 0.78 |
| Hex | BB | A3 | E9 | 14 | 1E | 0 | 9 | 105 | 3D | 4E |
| Octal | 273 | 243 | 351 | 24 | 36 | 0 | 11 | 405 | 75 | 116 |
| Binary | 10111011 | 10100011 | 11101001 | 10100 | 11110 | 0 | 1001 | 100000101 | 111101 | 1001110 |
Color Harmonies of #BBA3E9
Complementary color
Monochromatic Colors of #BBA3E9
Black with #BBA3E9
Text Example
Text Example
White with #BBA3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA3E9; }
p { color: rgb(187,163,233); }
H1.HeaderClassName
{
color: #BBA3E9;
}
.AnyTagClassName
{
color: #BBA3E9;
}
</style>
background-color css
<style>
a { background-color: #BBA3E9; }
a { background-color: rgb(187,163,233); }
div.DivClassName
{
background-color: #BBA3E9;
}
.BgClassName
{
background-color: #BBA3E9;
}
</style>
border-color css
<style>
span { border-color: #BBA3E9; }
span { border-color: rgb(187,163,233); }
td.TdClassName
{
border-color: #BBA3E9;
}
.TagClassName
{
border-color: #BBA3E9;
}
</style>