Shades of Perfume #BBA0CE
Tints of Perfume #BBA0CE
RGB
CMYK
RGB Variations
Color information
#BBA0CE (or 0xBBA0CE) is known color: Perfume. HEX triplet: BB, A0 and CE. RGB value is (187,160,206). Sum of RGB (Red+Green+Blue) = 187+160+206=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBA0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0CE is #445F31. Grayscale: #ADADAD. Windows color (decimal): -4480818 or 13541563. OLE color: 13541563.
HSL color Cylindrical-coordinate representation of color #BBA0CE: hue angle of 275.22º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBA0CE is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 160 | 206 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.19 |
| HSL | 275.22º | 0.32% | 0.72% | - |
| HSV(B) | 275.22º | 0.22% | 0.81% | - |
| XYZ | 44.2 | 40.16 | 63.81 | - |
| YUV | 173.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 206 | 0.09 | 0.22 | 0 | 0.19 | 275.22 | 0.32 | 0.72 |
| Hex | BB | A0 | CE | 9 | 16 | 0 | 13 | 113 | 20 | 48 |
| Octal | 273 | 240 | 316 | 11 | 26 | 0 | 23 | 423 | 40 | 110 |
| Binary | 10111011 | 10100000 | 11001110 | 1001 | 10110 | 0 | 10011 | 100010011 | 100000 | 1001000 |
Color Harmonies of #BBA0CE
Complementary color
Monochromatic Colors of #BBA0CE
Black with #BBA0CE
Text Example
Text Example
White with #BBA0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0CE; }
p { color: rgb(187,160,206); }
H1.HeaderClassName
{
color: #BBA0CE;
}
.AnyTagClassName
{
color: #BBA0CE;
}
</style>
background-color css
<style>
a { background-color: #BBA0CE; }
a { background-color: rgb(187,160,206); }
div.DivClassName
{
background-color: #BBA0CE;
}
.BgClassName
{
background-color: #BBA0CE;
}
</style>
border-color css
<style>
span { border-color: #BBA0CE; }
span { border-color: rgb(187,160,206); }
td.TdClassName
{
border-color: #BBA0CE;
}
.TagClassName
{
border-color: #BBA0CE;
}
</style>