Html Css Color HEX #BEA1EE Perfume

📋 copy color: '#BEA1EE'

red 190 ◦ green 161 ◦ blue 238

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

Shades of Perfume #BEA1EE

Tints of Perfume #BEA1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.41%

R = 32.26%
G = 27.33%
B = 40.41%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEA1EE (or 0xBEA1EE) is known color: Perfume. HEX triplet: BE, A1 and EE. RGB value is (190,161,238). Sum of RGB (Red+Green+Blue) = 190+161+238=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 161 (63.28% from 255 or 27.33% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEA1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA1EE is #415E11. Grayscale: #B2B2B2. Windows color (decimal): -4283922 or 15638974. OLE color: 15638974.

HSL color Cylindrical-coordinate representation of color #BEA1EE: hue angle of 262.6º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEA1EE is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 161 238 -
CMYK 0.20 0.32 0 0.07
HSL 262.6º 0.69% 0.78% -
HSV(B) 262.6º 0.32% 0.93% -
XYZ 49.41 42.61 86.51 -
YUV 178.45 161.61 136.24 -
System Red Green Blue C M Y K H S L
Decimal 190 161 238 0.20 0.32 0 0.07 262.6 0.69 0.78
Hex BE A1 EE 14 20 0 7 107 45 4E
Octal 276 241 356 24 40 0 7 407 105 116
Binary 10111110 10100001 11101110 10100 100000 0 111 100000111 1000101 1001110

Color Harmonies of #BEA1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA1EE

Black with #BEA1EE

Text Example


Text Example

White with #BEA1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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