Shades of Perfume #BB9EDF
Tints of Perfume #BB9EDF
RGB
CMYK
RGB Variations
Color information
#BB9EDF (or 0xBB9EDF) is known color: Perfume. HEX triplet: BB, 9E and DF. RGB value is (187,158,223). Sum of RGB (Red+Green+Blue) = 187+158+223=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB9EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9EDF is #446120. Grayscale: #ADADAD. Windows color (decimal): -4481313 or 14655163. OLE color: 14655163.
HSL color Cylindrical-coordinate representation of color #BB9EDF: hue angle of 266.77º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB9EDF is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 158 | 223 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.13 |
| HSL | 266.77º | 0.5% | 0.75% | - |
| HSV(B) | 266.77º | 0.29% | 0.87% | - |
| XYZ | 46.04 | 40.35 | 75.17 | - |
| YUV | 174.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 223 | 0.16 | 0.29 | 0 | 0.13 | 266.77 | 0.5 | 0.75 |
| Hex | BB | 9E | DF | 10 | 1D | 0 | D | 10B | 32 | 4B |
| Octal | 273 | 236 | 337 | 20 | 35 | 0 | 15 | 413 | 62 | 113 |
| Binary | 10111011 | 10011110 | 11011111 | 10000 | 11101 | 0 | 1101 | 100001011 | 110010 | 1001011 |
Color Harmonies of #BB9EDF
Complementary color
Monochromatic Colors of #BB9EDF
Black with #BB9EDF
Text Example
Text Example
White with #BB9EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9EDF; }
p { color: rgb(187,158,223); }
H1.HeaderClassName
{
color: #BB9EDF;
}
.AnyTagClassName
{
color: #BB9EDF;
}
</style>
background-color css
<style>
a { background-color: #BB9EDF; }
a { background-color: rgb(187,158,223); }
div.DivClassName
{
background-color: #BB9EDF;
}
.BgClassName
{
background-color: #BB9EDF;
}
</style>
border-color css
<style>
span { border-color: #BB9EDF; }
span { border-color: rgb(187,158,223); }
td.TdClassName
{
border-color: #BB9EDF;
}
.TagClassName
{
border-color: #BB9EDF;
}
</style>