Shades of Perfume #BBA9CF
Tints of Perfume #BBA9CF
RGB
CMYK
RGB Variations
Color information
#BBA9CF (or 0xBBA9CF) is known color: Perfume. HEX triplet: BB, A9 and CF. RGB value is (187,169,207). Sum of RGB (Red+Green+Blue) = 187+169+207=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBA9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9CF is #445630. Grayscale: #B2B2B2. Windows color (decimal): -4478513 or 13609403. OLE color: 13609403.
HSL color Cylindrical-coordinate representation of color #BBA9CF: hue angle of 268.42º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBA9CF is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 169 | 207 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.19 |
| HSL | 268.42º | 0.28% | 0.74% | - |
| HSV(B) | 268.42º | 0.18% | 0.81% | - |
| XYZ | 45.94 | 43.45 | 65 | - |
| YUV | 178.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 207 | 0.10 | 0.18 | 0 | 0.19 | 268.42 | 0.28 | 0.74 |
| Hex | BB | A9 | CF | A | 12 | 0 | 13 | 10C | 1C | 4A |
| Octal | 273 | 251 | 317 | 12 | 22 | 0 | 23 | 414 | 34 | 112 |
| Binary | 10111011 | 10101001 | 11001111 | 1010 | 10010 | 0 | 10011 | 100001100 | 11100 | 1001010 |
Color Harmonies of #BBA9CF
Complementary color
Monochromatic Colors of #BBA9CF
Black with #BBA9CF
Text Example
Text Example
White with #BBA9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA9CF; }
p { color: rgb(187,169,207); }
H1.HeaderClassName
{
color: #BBA9CF;
}
.AnyTagClassName
{
color: #BBA9CF;
}
</style>
background-color css
<style>
a { background-color: #BBA9CF; }
a { background-color: rgb(187,169,207); }
div.DivClassName
{
background-color: #BBA9CF;
}
.BgClassName
{
background-color: #BBA9CF;
}
</style>
border-color css
<style>
span { border-color: #BBA9CF; }
span { border-color: rgb(187,169,207); }
td.TdClassName
{
border-color: #BBA9CF;
}
.TagClassName
{
border-color: #BBA9CF;
}
</style>