Shades of Perfume #BBA4CF
Tints of Perfume #BBA4CF
RGB
CMYK
RGB Variations
Color information
#BBA4CF (or 0xBBA4CF) is known color: Perfume. HEX triplet: BB, A4 and CF. RGB value is (187,164,207). Sum of RGB (Red+Green+Blue) = 187+164+207=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBA4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4CF is #445B30. Grayscale: #AFAFAF. Windows color (decimal): -4479793 or 13608123. OLE color: 13608123.
HSL color Cylindrical-coordinate representation of color #BBA4CF: hue angle of 272.09º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBA4CF is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 164 | 207 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.19 |
| HSL | 272.09º | 0.31% | 0.73% | - |
| HSV(B) | 272.09º | 0.21% | 0.81% | - |
| XYZ | 45.03 | 41.62 | 64.69 | - |
| YUV | 175.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 207 | 0.10 | 0.21 | 0 | 0.19 | 272.09 | 0.31 | 0.73 |
| Hex | BB | A4 | CF | A | 15 | 0 | 13 | 110 | 1F | 49 |
| Octal | 273 | 244 | 317 | 12 | 25 | 0 | 23 | 420 | 37 | 111 |
| Binary | 10111011 | 10100100 | 11001111 | 1010 | 10101 | 0 | 10011 | 100010000 | 11111 | 1001001 |
Color Harmonies of #BBA4CF
Complementary color
Monochromatic Colors of #BBA4CF
Black with #BBA4CF
Text Example
Text Example
White with #BBA4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4CF; }
p { color: rgb(187,164,207); }
H1.HeaderClassName
{
color: #BBA4CF;
}
.AnyTagClassName
{
color: #BBA4CF;
}
</style>
background-color css
<style>
a { background-color: #BBA4CF; }
a { background-color: rgb(187,164,207); }
div.DivClassName
{
background-color: #BBA4CF;
}
.BgClassName
{
background-color: #BBA4CF;
}
</style>
border-color css
<style>
span { border-color: #BBA4CF; }
span { border-color: rgb(187,164,207); }
td.TdClassName
{
border-color: #BBA4CF;
}
.TagClassName
{
border-color: #BBA4CF;
}
</style>