Html Css Color HEX #BEA2DF Perfume

📋 copy color: '#BEA2DF'

red 190 ◦ green 162 ◦ blue 223

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

Shades of Perfume #BEA2DF

Tints of Perfume #BEA2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 33.04%
G = 28.17%
B = 38.78%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEA2DF (or 0xBEA2DF) is known color: Perfume. HEX triplet: BE, A2 and DF. RGB value is (190,162,223). Sum of RGB (Red+Green+Blue) = 190+162+223=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 162 (63.67% from 255 or 28.17% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #BEA2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2DF is #415D20. Grayscale: #B1B1B1. Windows color (decimal): -4283681 or 14656190. OLE color: 14656190.

HSL color Cylindrical-coordinate representation of color #BEA2DF: hue angle of 267.54º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEA2DF is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 162 223 -
CMYK 0.15 0.27 0 0.13
HSL 267.54º 0.49% 0.75% -
HSV(B) 267.54º 0.27% 0.87% -
XYZ 47.47 42.12 75.44 -
YUV 177.33 153.78 137.04 -
System Red Green Blue C M Y K H S L
Decimal 190 162 223 0.15 0.27 0 0.13 267.54 0.49 0.75
Hex BE A2 DF F 1B 0 D 10C 31 4B
Octal 276 242 337 17 33 0 15 414 61 113
Binary 10111110 10100010 11011111 1111 11011 0 1101 100001100 110001 1001011

Color Harmonies of #BEA2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2DF

Black with #BEA2DF

Text Example


Text Example

White with #BEA2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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