Shades of Perfume #BBA0D4
Tints of Perfume #BBA0D4
RGB
CMYK
RGB Variations
Color information
#BBA0D4 (or 0xBBA0D4) is known color: Perfume. HEX triplet: BB, A0 and D4. RGB value is (187,160,212). Sum of RGB (Red+Green+Blue) = 187+160+212=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBA0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0D4 is #445F2B. Grayscale: #ADADAD. Windows color (decimal): -4480812 or 13934779. OLE color: 13934779.
HSL color Cylindrical-coordinate representation of color #BBA0D4: hue angle of 271.15º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBA0D4 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 160 | 212 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.17 |
| HSL | 271.15º | 0.38% | 0.73% | - |
| HSV(B) | 271.15º | 0.25% | 0.83% | - |
| XYZ | 44.95 | 40.46 | 67.73 | - |
| YUV | 174 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 212 | 0.12 | 0.25 | 0 | 0.17 | 271.15 | 0.38 | 0.73 |
| Hex | BB | A0 | D4 | C | 19 | 0 | 11 | 10F | 26 | 49 |
| Octal | 273 | 240 | 324 | 14 | 31 | 0 | 21 | 417 | 46 | 111 |
| Binary | 10111011 | 10100000 | 11010100 | 1100 | 11001 | 0 | 10001 | 100001111 | 100110 | 1001001 |
Color Harmonies of #BBA0D4
Complementary color
Monochromatic Colors of #BBA0D4
Black with #BBA0D4
Text Example
Text Example
White with #BBA0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0D4; }
p { color: rgb(187,160,212); }
H1.HeaderClassName
{
color: #BBA0D4;
}
.AnyTagClassName
{
color: #BBA0D4;
}
</style>
background-color css
<style>
a { background-color: #BBA0D4; }
a { background-color: rgb(187,160,212); }
div.DivClassName
{
background-color: #BBA0D4;
}
.BgClassName
{
background-color: #BBA0D4;
}
</style>
border-color css
<style>
span { border-color: #BBA0D4; }
span { border-color: rgb(187,160,212); }
td.TdClassName
{
border-color: #BBA0D4;
}
.TagClassName
{
border-color: #BBA0D4;
}
</style>