Html Css Color HEX #BE9DE1 Perfume

📋 copy color: '#BE9DE1'

red 190 ◦ green 157 ◦ blue 225

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

Shades of Perfume #BE9DE1

Tints of Perfume #BE9DE1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.45%

 BLUE value IS 225 (88.28% from 255) = 39.34%

R = 33.22%
G = 27.45%
B = 39.34%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE9DE1 (or 0xBE9DE1) is known color: Perfume. HEX triplet: BE, 9D and E1. RGB value is (190,157,225). Sum of RGB (Red+Green+Blue) = 190+157+225=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE9DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9DE1 is #41621E. Grayscale: #AEAEAE. Windows color (decimal): -4284959 or 14785982. OLE color: 14785982.

HSL color Cylindrical-coordinate representation of color #BE9DE1: hue angle of 269.12º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE9DE1 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 157 225 -
CMYK 0.16 0.30 0 0.12
HSL 269.12º 0.53% 0.75% -
HSV(B) 269.12º 0.3% 0.88% -
XYZ 46.88 40.5 76.58 -
YUV 174.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 190 157 225 0.16 0.30 0 0.12 269.12 0.53 0.75
Hex BE 9D E1 10 1E 0 C 10D 35 4B
Octal 276 235 341 20 36 0 14 415 65 113
Binary 10111110 10011101 11100001 10000 11110 0 1100 100001101 110101 1001011

Color Harmonies of #BE9DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9DE1

Black with #BE9DE1

Text Example


Text Example

White with #BE9DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9DE1; }

 p { color: rgb(190,157,225); }

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

background-color css

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

 a { background-color: rgb(190,157,225); }

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

border-color css

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

 span { border-color: rgb(190,157,225); }

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