Shades of Perfume #BBA9C9
Tints of Perfume #BBA9C9
RGB
CMYK
RGB Variations
Color information
#BBA9C9 (or 0xBBA9C9) is known color: Perfume. HEX triplet: BB, A9 and C9. RGB value is (187,169,201). Sum of RGB (Red+Green+Blue) = 187+169+201=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBA9C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9C9 is #445636. Grayscale: #B1B1B1. Windows color (decimal): -4478519 or 13216187. OLE color: 13216187.
HSL color Cylindrical-coordinate representation of color #BBA9C9: hue angle of 273.75º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBA9C9 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 169 | 201 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.21 |
| HSL | 273.75º | 0.23% | 0.73% | - |
| HSV(B) | 273.75º | 0.16% | 0.79% | - |
| XYZ | 45.22 | 43.16 | 61.21 | - |
| YUV | 178.03 | 140.96 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 201 | 0.07 | 0.16 | 0 | 0.21 | 273.75 | 0.23 | 0.73 |
| Hex | BB | A9 | C9 | 7 | 10 | 0 | 15 | 112 | 17 | 49 |
| Octal | 273 | 251 | 311 | 7 | 20 | 0 | 25 | 422 | 27 | 111 |
| Binary | 10111011 | 10101001 | 11001001 | 111 | 10000 | 0 | 10101 | 100010010 | 10111 | 1001001 |
Color Harmonies of #BBA9C9
Complementary color
Monochromatic Colors of #BBA9C9
Black with #BBA9C9
Text Example
Text Example
White with #BBA9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9C9; }
p { color: rgb(187,169,201); }
H1.HeaderClassName
{
color: #BBA9C9;
}
.AnyTagClassName
{
color: #BBA9C9;
}
</style>
background-color css
<style>
a { background-color: #BBA9C9; }
a { background-color: rgb(187,169,201); }
div.DivClassName
{
background-color: #BBA9C9;
}
.BgClassName
{
background-color: #BBA9C9;
}
</style>
border-color css
<style>
span { border-color: #BBA9C9; }
span { border-color: rgb(187,169,201); }
td.TdClassName
{
border-color: #BBA9C9;
}
.TagClassName
{
border-color: #BBA9C9;
}
</style>