Shades of Perfume #BF99EE
Tints of Perfume #BF99EE
RGB
CMYK
RGB Variations
Color information
#BF99EE (or 0xBF99EE) is known color: Perfume. HEX triplet: BF, 99 and EE. RGB value is (191,153,238). Sum of RGB (Red+Green+Blue) = 191+153+238=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF99EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF99EE is #406611. Grayscale: #ADADAD. Windows color (decimal): -4220434 or 15636927. OLE color: 15636927.
HSL color Cylindrical-coordinate representation of color #BF99EE: hue angle of 266.82º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF99EE is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 153 | 238 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.07 |
| HSL | 266.82º | 0.71% | 0.77% | - |
| HSV(B) | 266.82º | 0.36% | 0.93% | - |
| XYZ | 48.31 | 40.03 | 86.07 | - |
| YUV | 174.05 | 164.09 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 238 | 0.20 | 0.36 | 0 | 0.07 | 266.82 | 0.71 | 0.77 |
| Hex | BF | 99 | EE | 14 | 24 | 0 | 7 | 10B | 47 | 4D |
| Octal | 277 | 231 | 356 | 24 | 44 | 0 | 7 | 413 | 107 | 115 |
| Binary | 10111111 | 10011001 | 11101110 | 10100 | 100100 | 0 | 111 | 100001011 | 1000111 | 1001101 |
Color Harmonies of #BF99EE
Complementary color
Monochromatic Colors of #BF99EE
Black with #BF99EE
Text Example
Text Example
White with #BF99EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99EE; }
p { color: rgb(191,153,238); }
H1.HeaderClassName
{
color: #BF99EE;
}
.AnyTagClassName
{
color: #BF99EE;
}
</style>
background-color css
<style>
a { background-color: #BF99EE; }
a { background-color: rgb(191,153,238); }
div.DivClassName
{
background-color: #BF99EE;
}
.BgClassName
{
background-color: #BF99EE;
}
</style>
border-color css
<style>
span { border-color: #BF99EE; }
span { border-color: rgb(191,153,238); }
td.TdClassName
{
border-color: #BF99EE;
}
.TagClassName
{
border-color: #BF99EE;
}
</style>