Shades of Perfume #BF99E6
Tints of Perfume #BF99E6
RGB
CMYK
RGB Variations
Color information
#BF99E6 (or 0xBF99E6) is known color: Perfume. HEX triplet: BF, 99 and E6. RGB value is (191,153,230). Sum of RGB (Red+Green+Blue) = 191+153+230=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF99E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF99E6 is #406619. Grayscale: #ACACAC. Windows color (decimal): -4220442 or 15112639. OLE color: 15112639.
HSL color Cylindrical-coordinate representation of color #BF99E6: hue angle of 269.61º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF99E6 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 153 | 230 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.10 |
| HSL | 269.61º | 0.61% | 0.75% | - |
| HSV(B) | 269.61º | 0.33% | 0.9% | - |
| XYZ | 47.16 | 39.57 | 80.02 | - |
| YUV | 173.14 | 160.09 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 230 | 0.17 | 0.33 | 0 | 0.10 | 269.61 | 0.61 | 0.75 |
| Hex | BF | 99 | E6 | 11 | 21 | 0 | A | 10E | 3D | 4B |
| Octal | 277 | 231 | 346 | 21 | 41 | 0 | 12 | 416 | 75 | 113 |
| Binary | 10111111 | 10011001 | 11100110 | 10001 | 100001 | 0 | 1010 | 100001110 | 111101 | 1001011 |
Color Harmonies of #BF99E6
Complementary color
Monochromatic Colors of #BF99E6
Black with #BF99E6
Text Example
Text Example
White with #BF99E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99E6; }
p { color: rgb(191,153,230); }
H1.HeaderClassName
{
color: #BF99E6;
}
.AnyTagClassName
{
color: #BF99E6;
}
</style>
background-color css
<style>
a { background-color: #BF99E6; }
a { background-color: rgb(191,153,230); }
div.DivClassName
{
background-color: #BF99E6;
}
.BgClassName
{
background-color: #BF99E6;
}
</style>
border-color css
<style>
span { border-color: #BF99E6; }
span { border-color: rgb(191,153,230); }
td.TdClassName
{
border-color: #BF99E6;
}
.TagClassName
{
border-color: #BF99E6;
}
</style>