Shades of Perfume #BBA2EC
Tints of Perfume #BBA2EC
RGB
CMYK
RGB Variations
Color information
#BBA2EC (or 0xBBA2EC) is known color: Perfume. HEX triplet: BB, A2 and EC. RGB value is (187,162,236). Sum of RGB (Red+Green+Blue) = 187+162+236=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA2EC is #445D13. Grayscale: #B1B1B1. Windows color (decimal): -4480276 or 15508155. OLE color: 15508155.
HSL color Cylindrical-coordinate representation of color #BBA2EC: hue angle of 260.27º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBA2EC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 162 | 236 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.07 |
| HSL | 260.27º | 0.66% | 0.78% | - |
| HSV(B) | 260.27º | 0.31% | 0.93% | - |
| XYZ | 48.55 | 42.46 | 84.99 | - |
| YUV | 177.91 | 160.78 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 236 | 0.21 | 0.31 | 0 | 0.07 | 260.27 | 0.66 | 0.78 |
| Hex | BB | A2 | EC | 15 | 1F | 0 | 7 | 104 | 42 | 4E |
| Octal | 273 | 242 | 354 | 25 | 37 | 0 | 7 | 404 | 102 | 116 |
| Binary | 10111011 | 10100010 | 11101100 | 10101 | 11111 | 0 | 111 | 100000100 | 1000010 | 1001110 |
Color Harmonies of #BBA2EC
Complementary color
Monochromatic Colors of #BBA2EC
Black with #BBA2EC
Text Example
Text Example
White with #BBA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA2EC; }
p { color: rgb(187,162,236); }
H1.HeaderClassName
{
color: #BBA2EC;
}
.AnyTagClassName
{
color: #BBA2EC;
}
</style>
background-color css
<style>
a { background-color: #BBA2EC; }
a { background-color: rgb(187,162,236); }
div.DivClassName
{
background-color: #BBA2EC;
}
.BgClassName
{
background-color: #BBA2EC;
}
</style>
border-color css
<style>
span { border-color: #BBA2EC; }
span { border-color: rgb(187,162,236); }
td.TdClassName
{
border-color: #BBA2EC;
}
.TagClassName
{
border-color: #BBA2EC;
}
</style>