Html Css Color HEX #BEA1FF Perfume

📋 copy color: '#BEA1FF'

red 190 ◦ green 161 ◦ blue 255

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

Shades of Perfume #BEA1FF

Tints of Perfume #BEA1FF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.57%

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

R = 31.35%
G = 26.57%
B = 42.08%

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

#BEA1FF (or 0xBEA1FF) is known color: Perfume. HEX triplet: BE, A1 and FF. RGB value is (190,161,255). Sum of RGB (Red+Green+Blue) = 190+161+255=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA1FF is #415E00. Grayscale: #B4B4B4. Windows color (decimal): -4283905 or 16753086. OLE color: 16753086.

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

Color convert

RGB 190 161 255 -
CMYK 0.25 0.37 0 0
HSL 258.51º 1% 0.82% -
HSV(B) 258.51º 0.37% 1% -
XYZ 52.03 43.66 100.29 -
YUV 180.39 170.11 134.86 -
System Red Green Blue C M Y K H S L
Decimal 190 161 255 0.25 0.37 0 0 258.51 1 0.82
Hex BE A1 FF 19 25 0 0 103 64 52
Octal 276 241 377 31 45 0 0 403 144 122
Binary 10111110 10100001 11111111 11001 100101 0 0 100000011 1100100 1010010

Color Harmonies of #BEA1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA1FF

Black with #BEA1FF

Text Example


Text Example

White with #BEA1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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