Shades of Perfume #BF9CEA
Tints of Perfume #BF9CEA
RGB
CMYK
RGB Variations
Color information
#BF9CEA (or 0xBF9CEA) is known color: Perfume. HEX triplet: BF, 9C and EA. RGB value is (191,156,234). Sum of RGB (Red+Green+Blue) = 191+156+234=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF9CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9CEA is #406315. Grayscale: #AFAFAF. Windows color (decimal): -4219670 or 15375551. OLE color: 15375551.
HSL color Cylindrical-coordinate representation of color #BF9CEA: hue angle of 266.92º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF9CEA is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 156 | 234 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.08 |
| HSL | 266.92º | 0.65% | 0.76% | - |
| HSV(B) | 266.92º | 0.33% | 0.92% | - |
| XYZ | 48.23 | 40.79 | 83.17 | - |
| YUV | 175.36 | 161.1 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 156 | 234 | 0.18 | 0.33 | 0 | 0.08 | 266.92 | 0.65 | 0.76 |
| Hex | BF | 9C | EA | 12 | 21 | 0 | 8 | 10B | 41 | 4C |
| Octal | 277 | 234 | 352 | 22 | 41 | 0 | 10 | 413 | 101 | 114 |
| Binary | 10111111 | 10011100 | 11101010 | 10010 | 100001 | 0 | 1000 | 100001011 | 1000001 | 1001100 |
Color Harmonies of #BF9CEA
Complementary color
Monochromatic Colors of #BF9CEA
Black with #BF9CEA
Text Example
Text Example
White with #BF9CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9CEA; }
p { color: rgb(191,156,234); }
H1.HeaderClassName
{
color: #BF9CEA;
}
.AnyTagClassName
{
color: #BF9CEA;
}
</style>
background-color css
<style>
a { background-color: #BF9CEA; }
a { background-color: rgb(191,156,234); }
div.DivClassName
{
background-color: #BF9CEA;
}
.BgClassName
{
background-color: #BF9CEA;
}
</style>
border-color css
<style>
span { border-color: #BF9CEA; }
span { border-color: rgb(191,156,234); }
td.TdClassName
{
border-color: #BF9CEA;
}
.TagClassName
{
border-color: #BF9CEA;
}
</style>