Html Css Color HEX #BE9FE1 Perfume

📋 copy color: '#BE9FE1'

red 190 ◦ green 159 ◦ blue 225

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

Shades of Perfume #BE9FE1

Tints of Perfume #BE9FE1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.7%

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

R = 33.1%
G = 27.7%
B = 39.2%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE9FE1 (or 0xBE9FE1) is known color: Perfume. HEX triplet: BE, 9F and E1. RGB value is (190,159,225). Sum of RGB (Red+Green+Blue) = 190+159+225=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE9FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FE1 is #41601E. Grayscale: #AFAFAF. Windows color (decimal): -4284447 or 14786494. OLE color: 14786494.

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

Color convert

RGB 190 159 225 -
CMYK 0.16 0.29 0 0.12
HSL 268.18º 0.52% 0.75% -
HSV(B) 268.18º 0.29% 0.88% -
XYZ 47.22 41.18 76.69 -
YUV 175.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 190 159 225 0.16 0.29 0 0.12 268.18 0.52 0.75
Hex BE 9F E1 10 1D 0 C 10C 34 4B
Octal 276 237 341 20 35 0 14 414 64 113
Binary 10111110 10011111 11100001 10000 11101 0 1100 100001100 110100 1001011

Color Harmonies of #BE9FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9FE1

Black with #BE9FE1

Text Example


Text Example

White with #BE9FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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