Shades of Perfume #BB97E6
Tints of Perfume #BB97E6
RGB
CMYK
RGB Variations
Color information
#BB97E6 (or 0xBB97E6) is known color: Perfume. HEX triplet: BB, 97 and E6. RGB value is (187,151,230). Sum of RGB (Red+Green+Blue) = 187+151+230=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB97E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB97E6 is #446819. Grayscale: #AAAAAA. Windows color (decimal): -4483098 or 15112123. OLE color: 15112123.
HSL color Cylindrical-coordinate representation of color #BB97E6: hue angle of 267.34º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB97E6 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 151 | 230 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.10 |
| HSL | 267.34º | 0.61% | 0.75% | - |
| HSV(B) | 267.34º | 0.34% | 0.9% | - |
| XYZ | 45.84 | 38.41 | 79.86 | - |
| YUV | 170.77 | 161.43 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 230 | 0.19 | 0.34 | 0 | 0.10 | 267.34 | 0.61 | 0.75 |
| Hex | BB | 97 | E6 | 13 | 22 | 0 | A | 10B | 3D | 4B |
| Octal | 273 | 227 | 346 | 23 | 42 | 0 | 12 | 413 | 75 | 113 |
| Binary | 10111011 | 10010111 | 11100110 | 10011 | 100010 | 0 | 1010 | 100001011 | 111101 | 1001011 |
Color Harmonies of #BB97E6
Complementary color
Monochromatic Colors of #BB97E6
Black with #BB97E6
Text Example
Text Example
White with #BB97E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB97E6; }
p { color: rgb(187,151,230); }
H1.HeaderClassName
{
color: #BB97E6;
}
.AnyTagClassName
{
color: #BB97E6;
}
</style>
background-color css
<style>
a { background-color: #BB97E6; }
a { background-color: rgb(187,151,230); }
div.DivClassName
{
background-color: #BB97E6;
}
.BgClassName
{
background-color: #BB97E6;
}
</style>
border-color css
<style>
span { border-color: #BB97E6; }
span { border-color: rgb(187,151,230); }
td.TdClassName
{
border-color: #BB97E6;
}
.TagClassName
{
border-color: #BB97E6;
}
</style>