Shades of Perfume #BB8DF5
Tints of Perfume #BB8DF5
RGB
CMYK
RGB Variations
Color information
#BB8DF5 (or 0xBB8DF5) is known color: Perfume. HEX triplet: BB, 8D and F5. RGB value is (187,141,245). Sum of RGB (Red+Green+Blue) = 187+141+245=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 245 (96.09% from 255 or 42.76% from 573); Max value from RGB is 245 - color contains mainly: blue. Hex color #BB8DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8DF5 is #44720A. Grayscale: #A6A6A6. Windows color (decimal): -4485643 or 16092603. OLE color: 16092603.
HSL color Cylindrical-coordinate representation of color #BB8DF5: hue angle of 266.54º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB8DF5 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 141 | 245 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.04 |
| HSL | 266.54º | 0.84% | 0.76% | - |
| HSV(B) | 266.54º | 0.42% | 0.96% | - |
| XYZ | 46.5 | 36.21 | 90.92 | - |
| YUV | 166.61 | 172.24 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 245 | 0.24 | 0.42 | 0 | 0.04 | 266.54 | 0.84 | 0.76 |
| Hex | BB | 8D | F5 | 18 | 2A | 0 | 4 | 10B | 54 | 4C |
| Octal | 273 | 215 | 365 | 30 | 52 | 0 | 4 | 413 | 124 | 114 |
| Binary | 10111011 | 10001101 | 11110101 | 11000 | 101010 | 0 | 100 | 100001011 | 1010100 | 1001100 |
Color Harmonies of #BB8DF5
Complementary color
Monochromatic Colors of #BB8DF5
Black with #BB8DF5
Text Example
Text Example
White with #BB8DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DF5; }
p { color: rgb(187,141,245); }
H1.HeaderClassName
{
color: #BB8DF5;
}
.AnyTagClassName
{
color: #BB8DF5;
}
</style>
background-color css
<style>
a { background-color: #BB8DF5; }
a { background-color: rgb(187,141,245); }
div.DivClassName
{
background-color: #BB8DF5;
}
.BgClassName
{
background-color: #BB8DF5;
}
</style>
border-color css
<style>
span { border-color: #BB8DF5; }
span { border-color: rgb(187,141,245); }
td.TdClassName
{
border-color: #BB8DF5;
}
.TagClassName
{
border-color: #BB8DF5;
}
</style>