Shades of Perfume #BB94DF
Tints of Perfume #BB94DF
RGB
CMYK
RGB Variations
Color information
#BB94DF (or 0xBB94DF) is known color: Perfume. HEX triplet: BB, 94 and DF. RGB value is (187,148,223). Sum of RGB (Red+Green+Blue) = 187+148+223=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB94DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94DF is #446B20. Grayscale: #A7A7A7. Windows color (decimal): -4483873 or 14652603. OLE color: 14652603.
HSL color Cylindrical-coordinate representation of color #BB94DF: hue angle of 271.2º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB94DF is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 148 | 223 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.13 |
| HSL | 271.2º | 0.54% | 0.73% | - |
| HSV(B) | 271.2º | 0.34% | 0.87% | - |
| XYZ | 44.4 | 37.07 | 74.63 | - |
| YUV | 168.21 | 158.92 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 223 | 0.16 | 0.34 | 0 | 0.13 | 271.2 | 0.54 | 0.73 |
| Hex | BB | 94 | DF | 10 | 22 | 0 | D | 10F | 36 | 49 |
| Octal | 273 | 224 | 337 | 20 | 42 | 0 | 15 | 417 | 66 | 111 |
| Binary | 10111011 | 10010100 | 11011111 | 10000 | 100010 | 0 | 1101 | 100001111 | 110110 | 1001001 |
Color Harmonies of #BB94DF
Complementary color
Monochromatic Colors of #BB94DF
Black with #BB94DF
Text Example
Text Example
White with #BB94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB94DF; }
p { color: rgb(187,148,223); }
H1.HeaderClassName
{
color: #BB94DF;
}
.AnyTagClassName
{
color: #BB94DF;
}
</style>
background-color css
<style>
a { background-color: #BB94DF; }
a { background-color: rgb(187,148,223); }
div.DivClassName
{
background-color: #BB94DF;
}
.BgClassName
{
background-color: #BB94DF;
}
</style>
border-color css
<style>
span { border-color: #BB94DF; }
span { border-color: rgb(187,148,223); }
td.TdClassName
{
border-color: #BB94DF;
}
.TagClassName
{
border-color: #BB94DF;
}
</style>