Html Css Color HEX #BEA0EE Perfume

📋 copy color: '#BEA0EE'

red 190 ◦ green 160 ◦ blue 238

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

Shades of Perfume #BEA0EE

Tints of Perfume #BEA0EE

RGB

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

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

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

R = 32.31%
G = 27.21%
B = 40.48%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEA0EE (or 0xBEA0EE) is known color: Perfume. HEX triplet: BE, A0 and EE. RGB value is (190,160,238). Sum of RGB (Red+Green+Blue) = 190+160+238=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 160 (62.89% from 255 or 27.21% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEA0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA0EE is #415F11. Grayscale: #B1B1B1. Windows color (decimal): -4284178 or 15638718. OLE color: 15638718.

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

Color convert

RGB 190 160 238 -
CMYK 0.20 0.33 0 0.07
HSL 263.08º 0.7% 0.78% -
HSV(B) 263.08º 0.33% 0.93% -
XYZ 49.24 42.26 86.45 -
YUV 177.86 161.94 136.66 -
System Red Green Blue C M Y K H S L
Decimal 190 160 238 0.20 0.33 0 0.07 263.08 0.7 0.78
Hex BE A0 EE 14 21 0 7 107 46 4E
Octal 276 240 356 24 41 0 7 407 106 116
Binary 10111110 10100000 11101110 10100 100001 0 111 100000111 1000110 1001110

Color Harmonies of #BEA0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0EE

Black with #BEA0EE

Text Example


Text Example

White with #BEA0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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