#BEA7EA

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

Shades of Perfume #BEA7EA

Tints of Perfume #BEA7EA

Color information

#BEA7EA (or 0xBEA7EA) is unknown color: approx Perfume. HEX triplet: BE, A7 and EA. RGB value is (190,167,234). Sum of RGB (Red+Green+Blue) = 190+167+234=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 167 (65.62% from 255 or 28.26% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEA7EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA7EA is #415815. Grayscale: #B5B5B5. Windows color (decimal): -4282390 or 15378366. OLE color: 15378366.

HSL color Cylindrical-coordinate representation of color #BEA7EA: hue angle of 260.6º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEA7EA is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190167234-
CMYK0.190.2900.08
HSL260.6º61.47%78.63%-
HSV(B)260.6º28.63%91.76%-
XYZ49.9144.5383.81-
YUV181.52157.62134.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 167 (65.62% from 255) = 28.26%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=32.15%
G=28.26%
B=39.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901672340.190.2900.08260.661.4778.63
HexBEA7EA131D081053d4f
Octal276247352233501040575117
Binary1011111010100111111010101001111101010001000001011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA7EA; }

 p { color: rgb(190,167,234); }

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

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

 a { background-color: rgb(190,167,234); }

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

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

 span { border-color: rgb(190,167,234); }

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