Shades of Perfume #BE9ADC
Tints of Perfume #BE9ADC
RGB
CMYK
RGB Variations
Color information
#BE9ADC (or 0xBE9ADC) is known color: Perfume. HEX triplet: BE, 9A and DC. RGB value is (190,154,220). Sum of RGB (Red+Green+Blue) = 190+154+220=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE9ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9ADC is #416523. Grayscale: #ACACAC. Windows color (decimal): -4285732 or 14457534. OLE color: 14457534.
HSL color Cylindrical-coordinate representation of color #BE9ADC: hue angle of 272.73º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE9ADC is Cyan = 0.14, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 154 | 220 | - |
| CMYK | 0.14 | 0.3 | 0 | 0.14 |
| HSL | 272.73º | 0.49% | 0.73% | - |
| HSV(B) | 272.73º | 0.3% | 0.86% | - |
| XYZ | 45.71 | 39.23 | 72.87 | - |
| YUV | 172.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 220 | 0.14 | 0.3 | 0 | 0.14 | 272.73 | 0.49 | 0.73 |
| Hex | BE | 9A | DC | E | 1E | 0 | E | 111 | 31 | 49 |
| Octal | 276 | 232 | 334 | 16 | 36 | 0 | 16 | 421 | 61 | 111 |
| Binary | 10111110 | 10011010 | 11011100 | 1110 | 11110 | 0 | 1110 | 100010001 | 110001 | 1001001 |
Color Harmonies of #BE9ADC
Complementary color
Monochromatic Colors of #BE9ADC
Black with #BE9ADC
Text Example
Text Example
White with #BE9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9ADC; }
p { color: rgb(190,154,220); }
H1.HeaderClassName
{
color: #BE9ADC;
}
.AnyTagClassName
{
color: #BE9ADC;
}
</style>
background-color css
<style>
a { background-color: #BE9ADC; }
a { background-color: rgb(190,154,220); }
div.DivClassName
{
background-color: #BE9ADC;
}
.BgClassName
{
background-color: #BE9ADC;
}
</style>
border-color css
<style>
span { border-color: #BE9ADC; }
span { border-color: rgb(190,154,220); }
td.TdClassName
{
border-color: #BE9ADC;
}
.TagClassName
{
border-color: #BE9ADC;
}
</style>