Shades of Perfume #BB9FE3
Tints of Perfume #BB9FE3
RGB
CMYK
RGB Variations
Color information
#BB9FE3 (or 0xBB9FE3) is known color: Perfume. HEX triplet: BB, 9F and E3. RGB value is (187,159,227). Sum of RGB (Red+Green+Blue) = 187+159+227=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 227 (89.06% from 255 or 39.62% from 573); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB9FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FE3 is #44601C. Grayscale: #AEAEAE. Windows color (decimal): -4481053 or 14917563. OLE color: 14917563.
HSL color Cylindrical-coordinate representation of color #BB9FE3: hue angle of 264.71º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB9FE3 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 159 | 227 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.11 |
| HSL | 264.71º | 0.55% | 0.76% | - |
| HSV(B) | 264.71º | 0.3% | 0.89% | - |
| XYZ | 46.76 | 40.91 | 78.1 | - |
| YUV | 175.12 | 157.28 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 227 | 0.18 | 0.30 | 0 | 0.11 | 264.71 | 0.55 | 0.76 |
| Hex | BB | 9F | E3 | 12 | 1E | 0 | B | 109 | 37 | 4C |
| Octal | 273 | 237 | 343 | 22 | 36 | 0 | 13 | 411 | 67 | 114 |
| Binary | 10111011 | 10011111 | 11100011 | 10010 | 11110 | 0 | 1011 | 100001001 | 110111 | 1001100 |
Color Harmonies of #BB9FE3
Complementary color
Monochromatic Colors of #BB9FE3
Black with #BB9FE3
Text Example
Text Example
White with #BB9FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FE3; }
p { color: rgb(187,159,227); }
H1.HeaderClassName
{
color: #BB9FE3;
}
.AnyTagClassName
{
color: #BB9FE3;
}
</style>
background-color css
<style>
a { background-color: #BB9FE3; }
a { background-color: rgb(187,159,227); }
div.DivClassName
{
background-color: #BB9FE3;
}
.BgClassName
{
background-color: #BB9FE3;
}
</style>
border-color css
<style>
span { border-color: #BB9FE3; }
span { border-color: rgb(187,159,227); }
td.TdClassName
{
border-color: #BB9FE3;
}
.TagClassName
{
border-color: #BB9FE3;
}
</style>