#BE90FD

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

Shades of Perfume #BE90FD

Tints of Perfume #BE90FD

Color information

#BE90FD (or 0xBE90FD) is unknown color: approx Perfume. HEX triplet: BE, 90 and FD. RGB value is (190,144,253). Sum of RGB (Red+Green+Blue) = 190+144+253=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE90FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE90FD is #416F02. Grayscale: #A9A9A9. Windows color (decimal): -4288259 or 16617662. OLE color: 16617662.

HSL color Cylindrical-coordinate representation of color #BE90FD: hue angle of 265.32º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE90FD is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190144253-
CMYK0.250.4300.01
HSL265.32º96.46%77.84%-
HSV(B)265.32º43.08%99.22%-
XYZ48.9437.9997.68-
YUV170.18174.74142.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.37%
GREEN value IS 144 (56.64% from 255) = 24.53%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=32.37%
G=24.53%
B=43.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901442530.250.4300.01265.3296.4677.84
HexBE90FD192B01109604e
Octal276220375315301411140116
Binary101111101001000011111101110011010110110000100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE90FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE90FD; }

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

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

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

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

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

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

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

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