Shades of Perfume #BBA0CC
Tints of Perfume #BBA0CC
RGB
CMYK
RGB Variations
Color information
#BBA0CC (or 0xBBA0CC) is known color: Perfume. HEX triplet: BB, A0 and CC. RGB value is (187,160,204). Sum of RGB (Red+Green+Blue) = 187+160+204=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBA0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0CC is #445F33. Grayscale: #ACACAC. Windows color (decimal): -4480820 or 13410491. OLE color: 13410491.
HSL color Cylindrical-coordinate representation of color #BBA0CC: hue angle of 276.82º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBA0CC is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 160 | 204 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.2 |
| HSL | 276.82º | 0.3% | 0.71% | - |
| HSV(B) | 276.82º | 0.22% | 0.8% | - |
| XYZ | 43.96 | 40.07 | 62.54 | - |
| YUV | 173.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 204 | 0.08 | 0.22 | 0 | 0.2 | 276.82 | 0.3 | 0.71 |
| Hex | BB | A0 | CC | 8 | 16 | 0 | 14 | 115 | 1E | 47 |
| Octal | 273 | 240 | 314 | 10 | 26 | 0 | 24 | 425 | 36 | 107 |
| Binary | 10111011 | 10100000 | 11001100 | 1000 | 10110 | 0 | 10100 | 100010101 | 11110 | 1000111 |
Color Harmonies of #BBA0CC
Complementary color
Monochromatic Colors of #BBA0CC
Black with #BBA0CC
Text Example
Text Example
White with #BBA0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0CC; }
p { color: rgb(187,160,204); }
H1.HeaderClassName
{
color: #BBA0CC;
}
.AnyTagClassName
{
color: #BBA0CC;
}
</style>
background-color css
<style>
a { background-color: #BBA0CC; }
a { background-color: rgb(187,160,204); }
div.DivClassName
{
background-color: #BBA0CC;
}
.BgClassName
{
background-color: #BBA0CC;
}
</style>
border-color css
<style>
span { border-color: #BBA0CC; }
span { border-color: rgb(187,160,204); }
td.TdClassName
{
border-color: #BBA0CC;
}
.TagClassName
{
border-color: #BBA0CC;
}
</style>