Shades of Perfume #BBA5CF
Tints of Perfume #BBA5CF
RGB
CMYK
RGB Variations
Color information
#BBA5CF (or 0xBBA5CF) is known color: Perfume. HEX triplet: BB, A5 and CF. RGB value is (187,165,207). Sum of RGB (Red+Green+Blue) = 187+165+207=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBA5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5CF is #445A30. Grayscale: #B0B0B0. Windows color (decimal): -4479537 or 13608379. OLE color: 13608379.
HSL color Cylindrical-coordinate representation of color #BBA5CF: hue angle of 271.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBA5CF is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 165 | 207 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.19 |
| HSL | 271.43º | 0.3% | 0.73% | - |
| HSV(B) | 271.43º | 0.2% | 0.81% | - |
| XYZ | 45.21 | 41.98 | 64.75 | - |
| YUV | 176.37 | 145.29 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 207 | 0.10 | 0.20 | 0 | 0.19 | 271.43 | 0.3 | 0.73 |
| Hex | BB | A5 | CF | A | 14 | 0 | 13 | 10F | 1E | 49 |
| Octal | 273 | 245 | 317 | 12 | 24 | 0 | 23 | 417 | 36 | 111 |
| Binary | 10111011 | 10100101 | 11001111 | 1010 | 10100 | 0 | 10011 | 100001111 | 11110 | 1001001 |
Color Harmonies of #BBA5CF
Complementary color
Monochromatic Colors of #BBA5CF
Black with #BBA5CF
Text Example
Text Example
White with #BBA5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA5CF; }
p { color: rgb(187,165,207); }
H1.HeaderClassName
{
color: #BBA5CF;
}
.AnyTagClassName
{
color: #BBA5CF;
}
</style>
background-color css
<style>
a { background-color: #BBA5CF; }
a { background-color: rgb(187,165,207); }
div.DivClassName
{
background-color: #BBA5CF;
}
.BgClassName
{
background-color: #BBA5CF;
}
</style>
border-color css
<style>
span { border-color: #BBA5CF; }
span { border-color: rgb(187,165,207); }
td.TdClassName
{
border-color: #BBA5CF;
}
.TagClassName
{
border-color: #BBA5CF;
}
</style>