Shades of Perfume #BB9DE5
Tints of Perfume #BB9DE5
RGB
CMYK
RGB Variations
Color information
#BB9DE5 (or 0xBB9DE5) is known color: Perfume. HEX triplet: BB, 9D and E5. RGB value is (187,157,229). Sum of RGB (Red+Green+Blue) = 187+157+229=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB9DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DE5 is #44621A. Grayscale: #ADADAD. Windows color (decimal): -4481563 or 15048123. OLE color: 15048123.
HSL color Cylindrical-coordinate representation of color #BB9DE5: hue angle of 265º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB9DE5 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 157 | 229 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.10 |
| HSL | 265º | 0.58% | 0.76% | - |
| HSV(B) | 265º | 0.31% | 0.9% | - |
| XYZ | 46.69 | 40.34 | 79.45 | - |
| YUV | 174.18 | 158.94 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 229 | 0.18 | 0.31 | 0 | 0.10 | 265 | 0.58 | 0.76 |
| Hex | BB | 9D | E5 | 12 | 1F | 0 | A | 109 | 3A | 4C |
| Octal | 273 | 235 | 345 | 22 | 37 | 0 | 12 | 411 | 72 | 114 |
| Binary | 10111011 | 10011101 | 11100101 | 10010 | 11111 | 0 | 1010 | 100001001 | 111010 | 1001100 |
Color Harmonies of #BB9DE5
Complementary color
Monochromatic Colors of #BB9DE5
Black with #BB9DE5
Text Example
Text Example
White with #BB9DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DE5; }
p { color: rgb(187,157,229); }
H1.HeaderClassName
{
color: #BB9DE5;
}
.AnyTagClassName
{
color: #BB9DE5;
}
</style>
background-color css
<style>
a { background-color: #BB9DE5; }
a { background-color: rgb(187,157,229); }
div.DivClassName
{
background-color: #BB9DE5;
}
.BgClassName
{
background-color: #BB9DE5;
}
</style>
border-color css
<style>
span { border-color: #BB9DE5; }
span { border-color: rgb(187,157,229); }
td.TdClassName
{
border-color: #BB9DE5;
}
.TagClassName
{
border-color: #BB9DE5;
}
</style>