Html Css Color HEX #BEA2FF Perfume

📋 copy color: '#BEA2FF'

red 190 ◦ green 162 ◦ blue 255

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

Shades of Perfume #BEA2FF

Tints of Perfume #BEA2FF

RGB

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

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

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

R = 31.3%
G = 26.69%
B = 42.01%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEA2FF (or 0xBEA2FF) is known color: Perfume. HEX triplet: BE, A2 and FF. RGB value is (190,162,255). Sum of RGB (Red+Green+Blue) = 190+162+255=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEA2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA2FF is #415D00. Grayscale: #B4B4B4. Windows color (decimal): -4283649 or 16753342. OLE color: 16753342.

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

Color convert

RGB 190 162 255 -
CMYK 0.25 0.36 0 0
HSL 258.06º 1% 0.82% -
HSV(B) 258.06º 0.36% 1% -
XYZ 52.21 44.01 100.35 -
YUV 180.97 169.78 134.44 -
System Red Green Blue C M Y K H S L
Decimal 190 162 255 0.25 0.36 0 0 258.06 1 0.82
Hex BE A2 FF 19 24 0 0 102 64 52
Octal 276 242 377 31 44 0 0 402 144 122
Binary 10111110 10100010 11111111 11001 100100 0 0 100000010 1100100 1010010

Color Harmonies of #BEA2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2FF

Black with #BEA2FF

Text Example


Text Example

White with #BEA2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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