#BE90F7

Color #BE90F7 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BE90F7

Tints of Perfume #BE90F7

Color information

#BE90F7 (or 0xBE90F7) is unknown color: approx Perfume. HEX triplet: BE, 90 and F7. RGB value is (190,144,247). Sum of RGB (Red+Green+Blue) = 190+144+247=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 247 (96.88% from 255 or 42.51% from 581); Max value from RGB is 247 - color contains mainly: blue. Hex color #BE90F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE90F7 is #416F08. Grayscale: #A9A9A9. Windows color (decimal): -4288265 or 16224446. OLE color: 16224446.

HSL color Cylindrical-coordinate representation of color #BE90F7: hue angle of 266.8º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE90F7 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB190144247-
CMYK0.230.4200.03
HSL266.8º86.55%76.67%-
HSV(B)266.8º41.7%96.86%-
XYZ4837.6192.73-
YUV169.5171.74142.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 144 (56.64% from 255) = 24.78%
BLUE value IS 247 (96.88% from 255) = 42.51%
R=32.70%
G=24.78%
B=42.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1901442470.230.4200.03266.886.5576.67
HexBE90F7172A0310b574d
Octal276220367275203413127115
Binary1011111010010000111101111011110101001110000101110101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE90F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE90F7; }

 p { color: rgb(190,144,247); }

 H1.HeaderClassName
 {
   color: #BE90F7;
 }
 .AnyTagClassName
 {
   color: #BE90F7;
 }
</style>
background-color css

<style>
 a { background-color: #BE90F7; }

 a { background-color: rgb(190,144,247); }

 div.DivClassName
 {
   background-color: #BE90F7;
 }
 .BgClassName
 {
   background-color: #BE90F7;
 }
</style>
border-color css

<style>
 span { border-color: #BE90F7; }

 span { border-color: rgb(190,144,247); }

 td.TdClassName
 {
   border-color: #BE90F7;
 }
 .TagClassName
 {
   border-color: #BE90F7;
 }
</style>