Shades of Perfume #BB93EE
Tints of Perfume #BB93EE
RGB
CMYK
RGB Variations
Color information
#BB93EE (or 0xBB93EE) is known color: Perfume. HEX triplet: BB, 93 and EE. RGB value is (187,147,238). Sum of RGB (Red+Green+Blue) = 187+147+238=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB93EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB93EE is #446C11. Grayscale: #A9A9A9. Windows color (decimal): -4484114 or 15635387. OLE color: 15635387.
HSL color Cylindrical-coordinate representation of color #BB93EE: hue angle of 266.37º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB93EE is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 147 | 238 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.07 |
| HSL | 266.37º | 0.73% | 0.75% | - |
| HSV(B) | 266.37º | 0.38% | 0.93% | - |
| XYZ | 46.36 | 37.61 | 85.7 | - |
| YUV | 169.33 | 166.75 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 238 | 0.21 | 0.38 | 0 | 0.07 | 266.37 | 0.73 | 0.75 |
| Hex | BB | 93 | EE | 15 | 26 | 0 | 7 | 10A | 49 | 4B |
| Octal | 273 | 223 | 356 | 25 | 46 | 0 | 7 | 412 | 111 | 113 |
| Binary | 10111011 | 10010011 | 11101110 | 10101 | 100110 | 0 | 111 | 100001010 | 1001001 | 1001011 |
Color Harmonies of #BB93EE
Complementary color
Monochromatic Colors of #BB93EE
Black with #BB93EE
Text Example
Text Example
White with #BB93EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB93EE; }
p { color: rgb(187,147,238); }
H1.HeaderClassName
{
color: #BB93EE;
}
.AnyTagClassName
{
color: #BB93EE;
}
</style>
background-color css
<style>
a { background-color: #BB93EE; }
a { background-color: rgb(187,147,238); }
div.DivClassName
{
background-color: #BB93EE;
}
.BgClassName
{
background-color: #BB93EE;
}
</style>
border-color css
<style>
span { border-color: #BB93EE; }
span { border-color: rgb(187,147,238); }
td.TdClassName
{
border-color: #BB93EE;
}
.TagClassName
{
border-color: #BB93EE;
}
</style>