Shades of Perfume #BBA7CF
Tints of Perfume #BBA7CF
RGB
CMYK
RGB Variations
Color information
#BBA7CF (or 0xBBA7CF) is known color: Perfume. HEX triplet: BB, A7 and CF. RGB value is (187,167,207). Sum of RGB (Red+Green+Blue) = 187+167+207=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBA7CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7CF is #445830. Grayscale: #B1B1B1. Windows color (decimal): -4479025 or 13608891. OLE color: 13608891.
HSL color Cylindrical-coordinate representation of color #BBA7CF: hue angle of 270º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBA7CF is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 167 | 207 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.19 |
| HSL | 270º | 0.29% | 0.73% | - |
| HSV(B) | 270º | 0.19% | 0.81% | - |
| XYZ | 45.57 | 42.71 | 64.87 | - |
| YUV | 177.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 207 | 0.10 | 0.19 | 0 | 0.19 | 270 | 0.29 | 0.73 |
| Hex | BB | A7 | CF | A | 13 | 0 | 13 | 10E | 1D | 49 |
| Octal | 273 | 247 | 317 | 12 | 23 | 0 | 23 | 416 | 35 | 111 |
| Binary | 10111011 | 10100111 | 11001111 | 1010 | 10011 | 0 | 10011 | 100001110 | 11101 | 1001001 |
Color Harmonies of #BBA7CF
Complementary color
Monochromatic Colors of #BBA7CF
Black with #BBA7CF
Text Example
Text Example
White with #BBA7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA7CF; }
p { color: rgb(187,167,207); }
H1.HeaderClassName
{
color: #BBA7CF;
}
.AnyTagClassName
{
color: #BBA7CF;
}
</style>
background-color css
<style>
a { background-color: #BBA7CF; }
a { background-color: rgb(187,167,207); }
div.DivClassName
{
background-color: #BBA7CF;
}
.BgClassName
{
background-color: #BBA7CF;
}
</style>
border-color css
<style>
span { border-color: #BBA7CF; }
span { border-color: rgb(187,167,207); }
td.TdClassName
{
border-color: #BBA7CF;
}
.TagClassName
{
border-color: #BBA7CF;
}
</style>