Shades of Perfume #BB9DEA
Tints of Perfume #BB9DEA
RGB
CMYK
RGB Variations
Color information
#BB9DEA (or 0xBB9DEA) is known color: Perfume. HEX triplet: BB, 9D and EA. RGB value is (187,157,234). Sum of RGB (Red+Green+Blue) = 187+157+234=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB9DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9DEA is #446215. Grayscale: #AEAEAE. Windows color (decimal): -4481558 or 15375803. OLE color: 15375803.
HSL color Cylindrical-coordinate representation of color #BB9DEA: hue angle of 263.38º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB9DEA is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 157 | 234 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.08 |
| HSL | 263.38º | 0.65% | 0.77% | - |
| HSV(B) | 263.38º | 0.33% | 0.92% | - |
| XYZ | 47.4 | 40.62 | 83.18 | - |
| YUV | 174.75 | 161.44 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 157 | 234 | 0.20 | 0.33 | 0 | 0.08 | 263.38 | 0.65 | 0.77 |
| Hex | BB | 9D | EA | 14 | 21 | 0 | 8 | 107 | 41 | 4D |
| Octal | 273 | 235 | 352 | 24 | 41 | 0 | 10 | 407 | 101 | 115 |
| Binary | 10111011 | 10011101 | 11101010 | 10100 | 100001 | 0 | 1000 | 100000111 | 1000001 | 1001101 |
Color Harmonies of #BB9DEA
Complementary color
Monochromatic Colors of #BB9DEA
Black with #BB9DEA
Text Example
Text Example
White with #BB9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9DEA; }
p { color: rgb(187,157,234); }
H1.HeaderClassName
{
color: #BB9DEA;
}
.AnyTagClassName
{
color: #BB9DEA;
}
</style>
background-color css
<style>
a { background-color: #BB9DEA; }
a { background-color: rgb(187,157,234); }
div.DivClassName
{
background-color: #BB9DEA;
}
.BgClassName
{
background-color: #BB9DEA;
}
</style>
border-color css
<style>
span { border-color: #BB9DEA; }
span { border-color: rgb(187,157,234); }
td.TdClassName
{
border-color: #BB9DEA;
}
.TagClassName
{
border-color: #BB9DEA;
}
</style>