Shades of Perfume #BF99EC
Tints of Perfume #BF99EC
RGB
CMYK
RGB Variations
Color information
#BF99EC (or 0xBF99EC) is known color: Perfume. HEX triplet: BF, 99 and EC. RGB value is (191,153,236). Sum of RGB (Red+Green+Blue) = 191+153+236=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF99EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF99EC is #406613. Grayscale: #ADADAD. Windows color (decimal): -4220436 or 15505855. OLE color: 15505855.
HSL color Cylindrical-coordinate representation of color #BF99EC: hue angle of 267.47º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF99EC is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 153 | 236 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.07 |
| HSL | 267.47º | 0.69% | 0.76% | - |
| HSV(B) | 267.47º | 0.35% | 0.93% | - |
| XYZ | 48.02 | 39.91 | 84.53 | - |
| YUV | 173.82 | 163.09 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 236 | 0.19 | 0.35 | 0 | 0.07 | 267.47 | 0.69 | 0.76 |
| Hex | BF | 99 | EC | 13 | 23 | 0 | 7 | 10B | 45 | 4C |
| Octal | 277 | 231 | 354 | 23 | 43 | 0 | 7 | 413 | 105 | 114 |
| Binary | 10111111 | 10011001 | 11101100 | 10011 | 100011 | 0 | 111 | 100001011 | 1000101 | 1001100 |
Color Harmonies of #BF99EC
Complementary color
Monochromatic Colors of #BF99EC
Black with #BF99EC
Text Example
Text Example
White with #BF99EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99EC; }
p { color: rgb(191,153,236); }
H1.HeaderClassName
{
color: #BF99EC;
}
.AnyTagClassName
{
color: #BF99EC;
}
</style>
background-color css
<style>
a { background-color: #BF99EC; }
a { background-color: rgb(191,153,236); }
div.DivClassName
{
background-color: #BF99EC;
}
.BgClassName
{
background-color: #BF99EC;
}
</style>
border-color css
<style>
span { border-color: #BF99EC; }
span { border-color: rgb(191,153,236); }
td.TdClassName
{
border-color: #BF99EC;
}
.TagClassName
{
border-color: #BF99EC;
}
</style>