Shades of Perfume #BE9AEA
Tints of Perfume #BE9AEA
RGB
CMYK
RGB Variations
Color information
#BE9AEA (or 0xBE9AEA) is known color: Perfume. HEX triplet: BE, 9A and EA. RGB value is (190,154,234). Sum of RGB (Red+Green+Blue) = 190+154+234=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE9AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9AEA is #416515. Grayscale: #ADADAD. Windows color (decimal): -4285718 or 15375038. OLE color: 15375038.
HSL color Cylindrical-coordinate representation of color #BE9AEA: hue angle of 267º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE9AEA is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 154 | 234 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.08 |
| HSL | 267º | 0.66% | 0.76% | - |
| HSV(B) | 267º | 0.34% | 0.92% | - |
| XYZ | 47.64 | 40 | 83.05 | - |
| YUV | 173.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 234 | 0.19 | 0.34 | 0 | 0.08 | 267 | 0.66 | 0.76 |
| Hex | BE | 9A | EA | 13 | 22 | 0 | 8 | 10B | 42 | 4C |
| Octal | 276 | 232 | 352 | 23 | 42 | 0 | 10 | 413 | 102 | 114 |
| Binary | 10111110 | 10011010 | 11101010 | 10011 | 100010 | 0 | 1000 | 100001011 | 1000010 | 1001100 |
Color Harmonies of #BE9AEA
Complementary color
Monochromatic Colors of #BE9AEA
Black with #BE9AEA
Text Example
Text Example
White with #BE9AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9AEA; }
p { color: rgb(190,154,234); }
H1.HeaderClassName
{
color: #BE9AEA;
}
.AnyTagClassName
{
color: #BE9AEA;
}
</style>
background-color css
<style>
a { background-color: #BE9AEA; }
a { background-color: rgb(190,154,234); }
div.DivClassName
{
background-color: #BE9AEA;
}
.BgClassName
{
background-color: #BE9AEA;
}
</style>
border-color css
<style>
span { border-color: #BE9AEA; }
span { border-color: rgb(190,154,234); }
td.TdClassName
{
border-color: #BE9AEA;
}
.TagClassName
{
border-color: #BE9AEA;
}
</style>