Shades of Perfume #BB9DF4
Tints of Perfume #BB9DF4
RGB
CMYK
RGB Variations
Color information
#BB9DF4 (or 0xBB9DF4) is known color: Perfume. HEX triplet: BB, 9D and F4. RGB value is (187,157,244). Sum of RGB (Red+Green+Blue) = 187+157+244=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 244 (95.70% from 255 or 41.50% from 588); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB9DF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9DF4 is #44620B. Grayscale: #AFAFAF. Windows color (decimal): -4481548 or 16031163. OLE color: 16031163.
HSL color Cylindrical-coordinate representation of color #BB9DF4: hue angle of 260.69º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB9DF4 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 157 | 244 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.04 |
| HSL | 260.69º | 0.8% | 0.79% | - |
| HSV(B) | 260.69º | 0.36% | 0.96% | - |
| XYZ | 48.88 | 41.21 | 90.97 | - |
| YUV | 175.89 | 166.44 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 244 | 0.23 | 0.36 | 0 | 0.04 | 260.69 | 0.8 | 0.79 |
| Hex | BB | 9D | F4 | 17 | 24 | 0 | 4 | 105 | 50 | 4F |
| Octal | 273 | 235 | 364 | 27 | 44 | 0 | 4 | 405 | 120 | 117 |
| Binary | 10111011 | 10011101 | 11110100 | 10111 | 100100 | 0 | 100 | 100000101 | 1010000 | 1001111 |
Color Harmonies of #BB9DF4
Complementary color
Monochromatic Colors of #BB9DF4
Black with #BB9DF4
Text Example
Text Example
White with #BB9DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DF4; }
p { color: rgb(187,157,244); }
H1.HeaderClassName
{
color: #BB9DF4;
}
.AnyTagClassName
{
color: #BB9DF4;
}
</style>
background-color css
<style>
a { background-color: #BB9DF4; }
a { background-color: rgb(187,157,244); }
div.DivClassName
{
background-color: #BB9DF4;
}
.BgClassName
{
background-color: #BB9DF4;
}
</style>
border-color css
<style>
span { border-color: #BB9DF4; }
span { border-color: rgb(187,157,244); }
td.TdClassName
{
border-color: #BB9DF4;
}
.TagClassName
{
border-color: #BB9DF4;
}
</style>