Shades of Perfume #BBA7DE
Tints of Perfume #BBA7DE
RGB
CMYK
RGB Variations
Color information
#BBA7DE (or 0xBBA7DE) is known color: Perfume. HEX triplet: BB, A7 and DE. RGB value is (187,167,222). Sum of RGB (Red+Green+Blue) = 187+167+222=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBA7DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7DE is #445821. Grayscale: #B3B3B3. Windows color (decimal): -4479010 or 14591931. OLE color: 14591931.
HSL color Cylindrical-coordinate representation of color #BBA7DE: hue angle of 261.82º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBA7DE is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 167 | 222 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.13 |
| HSL | 261.82º | 0.45% | 0.76% | - |
| HSV(B) | 261.82º | 0.25% | 0.87% | - |
| XYZ | 47.5 | 43.48 | 75 | - |
| YUV | 179.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 222 | 0.16 | 0.25 | 0 | 0.13 | 261.82 | 0.45 | 0.76 |
| Hex | BB | A7 | DE | 10 | 19 | 0 | D | 106 | 2D | 4C |
| Octal | 273 | 247 | 336 | 20 | 31 | 0 | 15 | 406 | 55 | 114 |
| Binary | 10111011 | 10100111 | 11011110 | 10000 | 11001 | 0 | 1101 | 100000110 | 101101 | 1001100 |
Color Harmonies of #BBA7DE
Complementary color
Monochromatic Colors of #BBA7DE
Black with #BBA7DE
Text Example
Text Example
White with #BBA7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA7DE; }
p { color: rgb(187,167,222); }
H1.HeaderClassName
{
color: #BBA7DE;
}
.AnyTagClassName
{
color: #BBA7DE;
}
</style>
background-color css
<style>
a { background-color: #BBA7DE; }
a { background-color: rgb(187,167,222); }
div.DivClassName
{
background-color: #BBA7DE;
}
.BgClassName
{
background-color: #BBA7DE;
}
</style>
border-color css
<style>
span { border-color: #BBA7DE; }
span { border-color: rgb(187,167,222); }
td.TdClassName
{
border-color: #BBA7DE;
}
.TagClassName
{
border-color: #BBA7DE;
}
</style>