Html Css Color HEX #BEA2FE Perfume

📋 copy color: '#BEA2FE'

red 190 ◦ green 162 ◦ blue 254

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

Shades of Perfume #BEA2FE

Tints of Perfume #BEA2FE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.73%

 BLUE value IS 254 (99.61% from 255) = 41.91%

R = 31.35%
G = 26.73%
B = 41.91%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BEA2FE (or 0xBEA2FE) is known color: Perfume. HEX triplet: BE, A2 and FE. RGB value is (190,162,254). Sum of RGB (Red+Green+Blue) = 190+162+254=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEA2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA2FE is #415D01. Grayscale: #B4B4B4. Windows color (decimal): -4283650 or 16687806. OLE color: 16687806.

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

Color convert

RGB 190 162 254 -
CMYK 0.25 0.36 0 0.00
HSL 258.26º 0.98% 0.82% -
HSV(B) 258.26º 0.36% 1% -
XYZ 52.04 43.94 99.5 -
YUV 180.86 169.28 134.52 -
System Red Green Blue C M Y K H S L
Decimal 190 162 254 0.25 0.36 0 0.00 258.26 0.98 0.82
Hex BE A2 FE 19 24 0 0 102 62 52
Octal 276 242 376 31 44 0 0 402 142 122
Binary 10111110 10100010 11111110 11001 100100 0 0 100000010 1100010 1010010

Color Harmonies of #BEA2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2FE

Black with #BEA2FE

Text Example


Text Example

White with #BEA2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2FE; }

 p { color: rgb(190,162,254); }

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

background-color css

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

 a { background-color: rgb(190,162,254); }

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

border-color css

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

 span { border-color: rgb(190,162,254); }

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