Shades of Perfume #BE9FDC
Tints of Perfume #BE9FDC
RGB
CMYK
RGB Variations
Color information
#BE9FDC (or 0xBE9FDC) is known color: Perfume. HEX triplet: BE, 9F and DC. RGB value is (190,159,220). Sum of RGB (Red+Green+Blue) = 190+159+220=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FDC is #416023. Grayscale: #AFAFAF. Windows color (decimal): -4284452 or 14458814. OLE color: 14458814.
HSL color Cylindrical-coordinate representation of color #BE9FDC: hue angle of 270.49º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE9FDC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 190 | 159 | 220 | - |
CMYK | 0.14 | 0.28 | 0 | 0.14 |
HSL | 270.49º | 0.47% | 0.74% | - |
HSV(B) | 270.49º | 0.28% | 0.86% | - |
XYZ | 46.55 | 40.91 | 73.15 | - |
YUV | 175.22 | 153.27 | 138.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 159 | 220 | 0.14 | 0.28 | 0 | 0.14 | 270.49 | 0.47 | 0.74 |
Hex | BE | 9F | DC | E | 1C | 0 | E | 10E | 2F | 4A |
Octal | 276 | 237 | 334 | 16 | 34 | 0 | 16 | 416 | 57 | 112 |
Binary | 10111110 | 10011111 | 11011100 | 1110 | 11100 | 0 | 1110 | 100001110 | 101111 | 1001010 |
Color Harmonies of #BE9FDC
Complementary color
Monochromatic Colors of #BE9FDC
Black with #BE9FDC
Text Example
Text Example
White with #BE9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9FDC; }
p { color: rgb(190,159,220); }
H1.HeaderClassName
{
color: #BE9FDC;
}
.AnyTagClassName
{
color: #BE9FDC;
}
</style>
background-color css
<style>
a { background-color: #BE9FDC; }
a { background-color: rgb(190,159,220); }
div.DivClassName
{
background-color: #BE9FDC;
}
.BgClassName
{
background-color: #BE9FDC;
}
</style>
border-color css
<style>
span { border-color: #BE9FDC; }
span { border-color: rgb(190,159,220); }
td.TdClassName
{
border-color: #BE9FDC;
}
.TagClassName
{
border-color: #BE9FDC;
}
</style>