Shades of Perfume #BBA7DA
Tints of Perfume #BBA7DA
RGB
CMYK
RGB Variations
Color information
#BBA7DA (or 0xBBA7DA) is known color: Perfume. HEX triplet: BB, A7 and DA. RGB value is (187,167,218). Sum of RGB (Red+Green+Blue) = 187+167+218=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBA7DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7DA is #445825. Grayscale: #B2B2B2. Windows color (decimal): -4479014 or 14329787. OLE color: 14329787.
HSL color Cylindrical-coordinate representation of color #BBA7DA: hue angle of 263.53º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBA7DA is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 167 | 218 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.15 |
| HSL | 263.53º | 0.41% | 0.75% | - |
| HSV(B) | 263.53º | 0.23% | 0.85% | - |
| XYZ | 46.97 | 43.26 | 72.21 | - |
| YUV | 178.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 218 | 0.14 | 0.23 | 0 | 0.15 | 263.53 | 0.41 | 0.75 |
| Hex | BB | A7 | DA | E | 17 | 0 | F | 108 | 29 | 4B |
| Octal | 273 | 247 | 332 | 16 | 27 | 0 | 17 | 410 | 51 | 113 |
| Binary | 10111011 | 10100111 | 11011010 | 1110 | 10111 | 0 | 1111 | 100001000 | 101001 | 1001011 |
Color Harmonies of #BBA7DA
Complementary color
Monochromatic Colors of #BBA7DA
Black with #BBA7DA
Text Example
Text Example
White with #BBA7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA7DA; }
p { color: rgb(187,167,218); }
H1.HeaderClassName
{
color: #BBA7DA;
}
.AnyTagClassName
{
color: #BBA7DA;
}
</style>
background-color css
<style>
a { background-color: #BBA7DA; }
a { background-color: rgb(187,167,218); }
div.DivClassName
{
background-color: #BBA7DA;
}
.BgClassName
{
background-color: #BBA7DA;
}
</style>
border-color css
<style>
span { border-color: #BBA7DA; }
span { border-color: rgb(187,167,218); }
td.TdClassName
{
border-color: #BBA7DA;
}
.TagClassName
{
border-color: #BBA7DA;
}
</style>