Html Css Color HEX #BEA0EF Perfume

📋 copy color: '#BEA0EF'

red 190 ◦ green 160 ◦ blue 239

#BEA0EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #BEA0EF

Tints of Perfume #BEA0EF

RGB

 RED value IS 190 (74.61% from 255) = 32.26%

 GREEN value IS 160 (62.89% from 255) = 27.16%

 BLUE value IS 239 (93.75% from 255) = 40.58%

R = 32.26%
G = 27.16%
B = 40.58%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEA0EF (or 0xBEA0EF) is known color: Perfume. HEX triplet: BE, A0 and EF. RGB value is (190,160,239). Sum of RGB (Red+Green+Blue) = 190+160+239=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEA0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA0EF is #415F10. Grayscale: #B1B1B1. Windows color (decimal): -4284177 or 15704254. OLE color: 15704254.

HSL color Cylindrical-coordinate representation of color #BEA0EF: hue angle of 262.78º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEA0EF is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 160 239 -
CMYK 0.21 0.33 0 0.06
HSL 262.78º 0.71% 0.78% -
HSV(B) 262.78º 0.33% 0.94% -
XYZ 49.39 42.32 87.23 -
YUV 177.98 162.44 136.58 -
System Red Green Blue C M Y K H S L
Decimal 190 160 239 0.21 0.33 0 0.06 262.78 0.71 0.78
Hex BE A0 EF 15 21 0 6 107 47 4E
Octal 276 240 357 25 41 0 6 407 107 116
Binary 10111110 10100000 11101111 10101 100001 0 110 100000111 1000111 1001110

Color Harmonies of #BEA0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0EF

Black with #BEA0EF

Text Example


Text Example

White with #BEA0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0EF; }

 p { color: rgb(190,160,239); }

 H1.HeaderClassName
 {
   color: #BEA0EF;
 }
 .AnyTagClassName
 {
   color: #BEA0EF;
 }
</style>

background-color css

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

 a { background-color: rgb(190,160,239); }

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

border-color css

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

 span { border-color: rgb(190,160,239); }

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