Shades of Perfume #BF99E0
Tints of Perfume #BF99E0
RGB
CMYK
RGB Variations
Color information
#BF99E0 (or 0xBF99E0) is known color: Perfume. HEX triplet: BF, 99 and E0. RGB value is (191,153,224). Sum of RGB (Red+Green+Blue) = 191+153+224=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF99E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99E0 is #40661F. Grayscale: #ACACAC. Windows color (decimal): -4220448 or 14719423. OLE color: 14719423.
HSL color Cylindrical-coordinate representation of color #BF99E0: hue angle of 272.11º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF99E0 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 153 | 224 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.12 |
| HSL | 272.11º | 0.53% | 0.74% | - |
| HSV(B) | 272.11º | 0.32% | 0.88% | - |
| XYZ | 46.33 | 39.24 | 75.65 | - |
| YUV | 172.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 224 | 0.15 | 0.32 | 0 | 0.12 | 272.11 | 0.53 | 0.74 |
| Hex | BF | 99 | E0 | F | 20 | 0 | C | 110 | 35 | 4A |
| Octal | 277 | 231 | 340 | 17 | 40 | 0 | 14 | 420 | 65 | 112 |
| Binary | 10111111 | 10011001 | 11100000 | 1111 | 100000 | 0 | 1100 | 100010000 | 110101 | 1001010 |
Color Harmonies of #BF99E0
Complementary color
Monochromatic Colors of #BF99E0
Black with #BF99E0
Text Example
Text Example
White with #BF99E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99E0; }
p { color: rgb(191,153,224); }
H1.HeaderClassName
{
color: #BF99E0;
}
.AnyTagClassName
{
color: #BF99E0;
}
</style>
background-color css
<style>
a { background-color: #BF99E0; }
a { background-color: rgb(191,153,224); }
div.DivClassName
{
background-color: #BF99E0;
}
.BgClassName
{
background-color: #BF99E0;
}
</style>
border-color css
<style>
span { border-color: #BF99E0; }
span { border-color: rgb(191,153,224); }
td.TdClassName
{
border-color: #BF99E0;
}
.TagClassName
{
border-color: #BF99E0;
}
</style>