Shades of Perfume #BEA8EA
Tints of Perfume #BEA8EA
RGB
CMYK
RGB Variations
Color information
#BEA8EA (or 0xBEA8EA) is known color: Perfume. HEX triplet: BE, A8 and EA. RGB value is (190,168,234). Sum of RGB (Red+Green+Blue) = 190+168+234=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEA8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8EA is #415715. Grayscale: #B5B5B5. Windows color (decimal): -4282134 or 15378622. OLE color: 15378622.
HSL color Cylindrical-coordinate representation of color #BEA8EA: hue angle of 260º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEA8EA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 168 | 234 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.08 |
| HSL | 260º | 0.61% | 0.79% | - |
| HSV(B) | 260º | 0.28% | 0.92% | - |
| XYZ | 50.09 | 44.89 | 83.87 | - |
| YUV | 182.1 | 157.29 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 234 | 0.19 | 0.28 | 0 | 0.08 | 260 | 0.61 | 0.79 |
| Hex | BE | A8 | EA | 13 | 1C | 0 | 8 | 104 | 3D | 4F |
| Octal | 276 | 250 | 352 | 23 | 34 | 0 | 10 | 404 | 75 | 117 |
| Binary | 10111110 | 10101000 | 11101010 | 10011 | 11100 | 0 | 1000 | 100000100 | 111101 | 1001111 |
Color Harmonies of #BEA8EA
Complementary color
Monochromatic Colors of #BEA8EA
Black with #BEA8EA
Text Example
Text Example
White with #BEA8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA8EA; }
p { color: rgb(190,168,234); }
H1.HeaderClassName
{
color: #BEA8EA;
}
.AnyTagClassName
{
color: #BEA8EA;
}
</style>
background-color css
<style>
a { background-color: #BEA8EA; }
a { background-color: rgb(190,168,234); }
div.DivClassName
{
background-color: #BEA8EA;
}
.BgClassName
{
background-color: #BEA8EA;
}
</style>
border-color css
<style>
span { border-color: #BEA8EA; }
span { border-color: rgb(190,168,234); }
td.TdClassName
{
border-color: #BEA8EA;
}
.TagClassName
{
border-color: #BEA8EA;
}
</style>