Shades of Perfume #BBA0DE
Tints of Perfume #BBA0DE
RGB
CMYK
RGB Variations
Color information
#BBA0DE (or 0xBBA0DE) is known color: Perfume. HEX triplet: BB, A0 and DE. RGB value is (187,160,222). Sum of RGB (Red+Green+Blue) = 187+160+222=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBA0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0DE is #445F21. Grayscale: #AEAEAE. Windows color (decimal): -4480802 or 14590139. OLE color: 14590139.
HSL color Cylindrical-coordinate representation of color #BBA0DE: hue angle of 266.13º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA0DE is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 160 | 222 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.13 |
| HSL | 266.13º | 0.48% | 0.75% | - |
| HSV(B) | 266.13º | 0.28% | 0.87% | - |
| XYZ | 46.25 | 40.98 | 74.58 | - |
| YUV | 175.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 222 | 0.16 | 0.28 | 0 | 0.13 | 266.13 | 0.48 | 0.75 |
| Hex | BB | A0 | DE | 10 | 1C | 0 | D | 10A | 30 | 4B |
| Octal | 273 | 240 | 336 | 20 | 34 | 0 | 15 | 412 | 60 | 113 |
| Binary | 10111011 | 10100000 | 11011110 | 10000 | 11100 | 0 | 1101 | 100001010 | 110000 | 1001011 |
Color Harmonies of #BBA0DE
Complementary color
Monochromatic Colors of #BBA0DE
Black with #BBA0DE
Text Example
Text Example
White with #BBA0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0DE; }
p { color: rgb(187,160,222); }
H1.HeaderClassName
{
color: #BBA0DE;
}
.AnyTagClassName
{
color: #BBA0DE;
}
</style>
background-color css
<style>
a { background-color: #BBA0DE; }
a { background-color: rgb(187,160,222); }
div.DivClassName
{
background-color: #BBA0DE;
}
.BgClassName
{
background-color: #BBA0DE;
}
</style>
border-color css
<style>
span { border-color: #BBA0DE; }
span { border-color: rgb(187,160,222); }
td.TdClassName
{
border-color: #BBA0DE;
}
.TagClassName
{
border-color: #BBA0DE;
}
</style>