Shades of Perfume #BB8DF3
Tints of Perfume #BB8DF3
RGB
CMYK
RGB Variations
Color information
#BB8DF3 (or 0xBB8DF3) is known color: Perfume. HEX triplet: BB, 8D and F3. RGB value is (187,141,243). Sum of RGB (Red+Green+Blue) = 187+141+243=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB8DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8DF3 is #44720C. Grayscale: #A6A6A6. Windows color (decimal): -4485645 or 15961531. OLE color: 15961531.
HSL color Cylindrical-coordinate representation of color #BB8DF3: hue angle of 267.06º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB8DF3 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 141 | 243 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.05 |
| HSL | 267.06º | 0.81% | 0.75% | - |
| HSV(B) | 267.06º | 0.42% | 0.95% | - |
| XYZ | 46.2 | 36.09 | 89.32 | - |
| YUV | 166.38 | 171.24 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 243 | 0.23 | 0.42 | 0 | 0.05 | 267.06 | 0.81 | 0.75 |
| Hex | BB | 8D | F3 | 17 | 2A | 0 | 5 | 10B | 51 | 4B |
| Octal | 273 | 215 | 363 | 27 | 52 | 0 | 5 | 413 | 121 | 113 |
| Binary | 10111011 | 10001101 | 11110011 | 10111 | 101010 | 0 | 101 | 100001011 | 1010001 | 1001011 |
Color Harmonies of #BB8DF3
Complementary color
Monochromatic Colors of #BB8DF3
Black with #BB8DF3
Text Example
Text Example
White with #BB8DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DF3; }
p { color: rgb(187,141,243); }
H1.HeaderClassName
{
color: #BB8DF3;
}
.AnyTagClassName
{
color: #BB8DF3;
}
</style>
background-color css
<style>
a { background-color: #BB8DF3; }
a { background-color: rgb(187,141,243); }
div.DivClassName
{
background-color: #BB8DF3;
}
.BgClassName
{
background-color: #BB8DF3;
}
</style>
border-color css
<style>
span { border-color: #BB8DF3; }
span { border-color: rgb(187,141,243); }
td.TdClassName
{
border-color: #BB8DF3;
}
.TagClassName
{
border-color: #BB8DF3;
}
</style>