Shades of Perfume #BE9CEA
Tints of Perfume #BE9CEA
RGB
CMYK
RGB Variations
Color information
#BE9CEA (or 0xBE9CEA) is known color: Perfume. HEX triplet: BE, 9C and EA. RGB value is (190,156,234). Sum of RGB (Red+Green+Blue) = 190+156+234=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE9CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9CEA is #416315. Grayscale: #AEAEAE. Windows color (decimal): -4285206 or 15375550. OLE color: 15375550.
HSL color Cylindrical-coordinate representation of color #BE9CEA: hue angle of 266.15º 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 #BE9CEA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 156 | 234 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.08 |
| HSL | 266.15º | 0.65% | 0.76% | - |
| HSV(B) | 266.15º | 0.33% | 0.92% | - |
| XYZ | 47.97 | 40.66 | 83.16 | - |
| YUV | 175.06 | 161.26 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 156 | 234 | 0.19 | 0.33 | 0 | 0.08 | 266.15 | 0.65 | 0.76 |
| Hex | BE | 9C | EA | 13 | 21 | 0 | 8 | 10A | 41 | 4C |
| Octal | 276 | 234 | 352 | 23 | 41 | 0 | 10 | 412 | 101 | 114 |
| Binary | 10111110 | 10011100 | 11101010 | 10011 | 100001 | 0 | 1000 | 100001010 | 1000001 | 1001100 |
Color Harmonies of #BE9CEA
Complementary color
Monochromatic Colors of #BE9CEA
Black with #BE9CEA
Text Example
Text Example
White with #BE9CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9CEA; }
p { color: rgb(190,156,234); }
H1.HeaderClassName
{
color: #BE9CEA;
}
.AnyTagClassName
{
color: #BE9CEA;
}
</style>
background-color css
<style>
a { background-color: #BE9CEA; }
a { background-color: rgb(190,156,234); }
div.DivClassName
{
background-color: #BE9CEA;
}
.BgClassName
{
background-color: #BE9CEA;
}
</style>
border-color css
<style>
span { border-color: #BE9CEA; }
span { border-color: rgb(190,156,234); }
td.TdClassName
{
border-color: #BE9CEA;
}
.TagClassName
{
border-color: #BE9CEA;
}
</style>