Html Css Color HEX #BEA2E7 Perfume

📋 copy color: '#BEA2E7'

red 190 ◦ green 162 ◦ blue 231

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

Shades of Perfume #BEA2E7

Tints of Perfume #BEA2E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.62%

R = 32.59%
G = 27.79%
B = 39.62%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BEA2E7 (or 0xBEA2E7) is known color: Perfume. HEX triplet: BE, A2 and E7. RGB value is (190,162,231). Sum of RGB (Red+Green+Blue) = 190+162+231=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 231 - color contains mainly: blue. Hex color #BEA2E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA2E7 is #415D18. Grayscale: #B1B1B1. Windows color (decimal): -4283673 or 15180478. OLE color: 15180478.

HSL color Cylindrical-coordinate representation of color #BEA2E7: hue angle of 264.35º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEA2E7 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 162 231 -
CMYK 0.18 0.30 0 0.09
HSL 264.35º 0.59% 0.77% -
HSV(B) 264.35º 0.3% 0.91% -
XYZ 48.58 42.56 81.26 -
YUV 178.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 190 162 231 0.18 0.30 0 0.09 264.35 0.59 0.77
Hex BE A2 E7 12 1E 0 9 108 3B 4D
Octal 276 242 347 22 36 0 11 410 73 115
Binary 10111110 10100010 11100111 10010 11110 0 1001 100001000 111011 1001101

Color Harmonies of #BEA2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2E7

Black with #BEA2E7

Text Example


Text Example

White with #BEA2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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