Shades of Perfume #BB9FEE
Tints of Perfume #BB9FEE
RGB
CMYK
RGB Variations
Color information
#BB9FEE (or 0xBB9FEE) is known color: Perfume. HEX triplet: BB, 9F and EE. RGB value is (187,159,238). Sum of RGB (Red+Green+Blue) = 187+159+238=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB9FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FEE is #446011. Grayscale: #B0B0B0. Windows color (decimal): -4481042 or 15638459. OLE color: 15638459.
HSL color Cylindrical-coordinate representation of color #BB9FEE: hue angle of 261.27º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB9FEE is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 159 | 238 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.07 |
| HSL | 261.27º | 0.7% | 0.78% | - |
| HSV(B) | 261.27º | 0.33% | 0.93% | - |
| XYZ | 48.32 | 41.53 | 86.36 | - |
| YUV | 176.38 | 162.78 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 238 | 0.21 | 0.33 | 0 | 0.07 | 261.27 | 0.7 | 0.78 |
| Hex | BB | 9F | EE | 15 | 21 | 0 | 7 | 105 | 46 | 4E |
| Octal | 273 | 237 | 356 | 25 | 41 | 0 | 7 | 405 | 106 | 116 |
| Binary | 10111011 | 10011111 | 11101110 | 10101 | 100001 | 0 | 111 | 100000101 | 1000110 | 1001110 |
Color Harmonies of #BB9FEE
Complementary color
Monochromatic Colors of #BB9FEE
Black with #BB9FEE
Text Example
Text Example
White with #BB9FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FEE; }
p { color: rgb(187,159,238); }
H1.HeaderClassName
{
color: #BB9FEE;
}
.AnyTagClassName
{
color: #BB9FEE;
}
</style>
background-color css
<style>
a { background-color: #BB9FEE; }
a { background-color: rgb(187,159,238); }
div.DivClassName
{
background-color: #BB9FEE;
}
.BgClassName
{
background-color: #BB9FEE;
}
</style>
border-color css
<style>
span { border-color: #BB9FEE; }
span { border-color: rgb(187,159,238); }
td.TdClassName
{
border-color: #BB9FEE;
}
.TagClassName
{
border-color: #BB9FEE;
}
</style>