Html Css Color HEX #BEA2EB Perfume

📋 copy color: '#BEA2EB'

red 190 ◦ green 162 ◦ blue 235

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

Shades of Perfume #BEA2EB

Tints of Perfume #BEA2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.03%

R = 32.37%
G = 27.6%
B = 40.03%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEA2EB (or 0xBEA2EB) is known color: Perfume. HEX triplet: BE, A2 and EB. RGB value is (190,162,235). Sum of RGB (Red+Green+Blue) = 190+162+235=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEA2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA2EB is #415D14. Grayscale: #B2B2B2. Windows color (decimal): -4283669 or 15442622. OLE color: 15442622.

HSL color Cylindrical-coordinate representation of color #BEA2EB: hue angle of 263.01º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEA2EB is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 162 235 -
CMYK 0.19 0.31 0 0.08
HSL 263.01º 0.65% 0.78% -
HSV(B) 263.01º 0.31% 0.92% -
XYZ 49.15 42.79 84.27 -
YUV 178.69 159.78 136.06 -
System Red Green Blue C M Y K H S L
Decimal 190 162 235 0.19 0.31 0 0.08 263.01 0.65 0.78
Hex BE A2 EB 13 1F 0 8 107 41 4E
Octal 276 242 353 23 37 0 10 407 101 116
Binary 10111110 10100010 11101011 10011 11111 0 1000 100000111 1000001 1001110

Color Harmonies of #BEA2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2EB

Black with #BEA2EB

Text Example


Text Example

White with #BEA2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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