Html Css Color HEX #BEA0FF Perfume

📋 copy color: '#BEA0FF'

red 190 ◦ green 160 ◦ blue 255

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

Shades of Perfume #BEA0FF

Tints of Perfume #BEA0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.15%

R = 31.4%
G = 26.45%
B = 42.15%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEA0FF (or 0xBEA0FF) is known color: Perfume. HEX triplet: BE, A0 and FF. RGB value is (190,160,255). Sum of RGB (Red+Green+Blue) = 190+160+255=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 160 (62.89% from 255 or 26.45% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA0FF is #415F00. Grayscale: #B3B3B3. Windows color (decimal): -4284161 or 16752830. OLE color: 16752830.

HSL color Cylindrical-coordinate representation of color #BEA0FF: hue angle of 258.95º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEA0FF is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 160 255 -
CMYK 0.25 0.37 0 0
HSL 258.95º 1% 0.81% -
HSV(B) 258.95º 0.37% 1% -
XYZ 51.86 43.31 100.23 -
YUV 179.8 170.44 135.28 -
System Red Green Blue C M Y K H S L
Decimal 190 160 255 0.25 0.37 0 0 258.95 1 0.81
Hex BE A0 FF 19 25 0 0 103 64 51
Octal 276 240 377 31 45 0 0 403 144 121
Binary 10111110 10100000 11111111 11001 100101 0 0 100000011 1100100 1010001

Color Harmonies of #BEA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0FF

Black with #BEA0FF

Text Example


Text Example

White with #BEA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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