Shades of Perfume #BBA1CC
Tints of Perfume #BBA1CC
RGB
CMYK
RGB Variations
Color information
#BBA1CC (or 0xBBA1CC) is known color: Perfume. HEX triplet: BB, A1 and CC. RGB value is (187,161,204). Sum of RGB (Red+Green+Blue) = 187+161+204=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBA1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1CC is #445E33. Grayscale: #ADADAD. Windows color (decimal): -4480564 or 13410747. OLE color: 13410747.
HSL color Cylindrical-coordinate representation of color #BBA1CC: hue angle of 276.28º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBA1CC is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 161 | 204 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.2 |
| HSL | 276.28º | 0.3% | 0.72% | - |
| HSV(B) | 276.28º | 0.21% | 0.8% | - |
| XYZ | 44.14 | 40.41 | 62.6 | - |
| YUV | 173.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 204 | 0.08 | 0.21 | 0 | 0.2 | 276.28 | 0.3 | 0.72 |
| Hex | BB | A1 | CC | 8 | 15 | 0 | 14 | 114 | 1E | 48 |
| Octal | 273 | 241 | 314 | 10 | 25 | 0 | 24 | 424 | 36 | 110 |
| Binary | 10111011 | 10100001 | 11001100 | 1000 | 10101 | 0 | 10100 | 100010100 | 11110 | 1001000 |
Color Harmonies of #BBA1CC
Complementary color
Monochromatic Colors of #BBA1CC
Black with #BBA1CC
Text Example
Text Example
White with #BBA1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA1CC; }
p { color: rgb(187,161,204); }
H1.HeaderClassName
{
color: #BBA1CC;
}
.AnyTagClassName
{
color: #BBA1CC;
}
</style>
background-color css
<style>
a { background-color: #BBA1CC; }
a { background-color: rgb(187,161,204); }
div.DivClassName
{
background-color: #BBA1CC;
}
.BgClassName
{
background-color: #BBA1CC;
}
</style>
border-color css
<style>
span { border-color: #BBA1CC; }
span { border-color: rgb(187,161,204); }
td.TdClassName
{
border-color: #BBA1CC;
}
.TagClassName
{
border-color: #BBA1CC;
}
</style>