Html Css Color HEX #BEA4FA Perfume

📋 copy color: '#BEA4FA'

red 190 ◦ green 164 ◦ blue 250

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

Shades of Perfume #BEA4FA

Tints of Perfume #BEA4FA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.15%

 BLUE value IS 250 (98.05% from 255) = 41.39%

R = 31.46%
G = 27.15%
B = 41.39%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEA4FA (or 0xBEA4FA) is known color: Perfume. HEX triplet: BE, A4 and FA. RGB value is (190,164,250). Sum of RGB (Red+Green+Blue) = 190+164+250=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEA4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA4FA is #415B05. Grayscale: #B5B5B5. Windows color (decimal): -4283142 or 16426174. OLE color: 16426174.

HSL color Cylindrical-coordinate representation of color #BEA4FA: hue angle of 258.14º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEA4FA is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 164 250 -
CMYK 0.24 0.34 0 0.02
HSL 258.14º 0.9% 0.81% -
HSV(B) 258.14º 0.34% 0.98% -
XYZ 51.77 44.4 96.28 -
YUV 181.58 166.61 134.01 -
System Red Green Blue C M Y K H S L
Decimal 190 164 250 0.24 0.34 0 0.02 258.14 0.9 0.81
Hex BE A4 FA 18 22 0 2 102 5A 51
Octal 276 244 372 30 42 0 2 402 132 121
Binary 10111110 10100100 11111010 11000 100010 0 10 100000010 1011010 1010001

Color Harmonies of #BEA4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA4FA

Black with #BEA4FA

Text Example


Text Example

White with #BEA4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA4FA; }

 p { color: rgb(190,164,250); }

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

background-color css

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

 a { background-color: rgb(190,164,250); }

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

border-color css

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

 span { border-color: rgb(190,164,250); }

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