Html Css Color HEX #BEA0FA Perfume

📋 copy color: '#BEA0FA'

red 190 ◦ green 160 ◦ blue 250

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

Shades of Perfume #BEA0FA

Tints of Perfume #BEA0FA

RGB

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

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

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

R = 31.67%
G = 26.67%
B = 41.67%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEA0FA (or 0xBEA0FA) is known color: Perfume. HEX triplet: BE, A0 and FA. RGB value is (190,160,250). Sum of RGB (Red+Green+Blue) = 190+160+250=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA0FA is #415F05. Grayscale: #B2B2B2. Windows color (decimal): -4284166 or 16425150. OLE color: 16425150.

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

Color convert

RGB 190 160 250 -
CMYK 0.24 0.36 0 0.02
HSL 260º 0.9% 0.8% -
HSV(B) 260º 0.36% 0.98% -
XYZ 51.06 42.99 96.05 -
YUV 179.23 167.94 135.68 -
System Red Green Blue C M Y K H S L
Decimal 190 160 250 0.24 0.36 0 0.02 260 0.9 0.8
Hex BE A0 FA 18 24 0 2 104 5A 50
Octal 276 240 372 30 44 0 2 404 132 120
Binary 10111110 10100000 11111010 11000 100100 0 10 100000100 1011010 1010000

Color Harmonies of #BEA0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0FA

Black with #BEA0FA

Text Example


Text Example

White with #BEA0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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