Html Css Color HEX #BE9CF2 Perfume

📋 copy color: '#BE9CF2'

red 190 ◦ green 156 ◦ blue 242

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

Shades of Perfume #BE9CF2

Tints of Perfume #BE9CF2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.53%

 BLUE value IS 242 (94.92% from 255) = 41.16%

R = 32.31%
G = 26.53%
B = 41.16%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE9CF2 (or 0xBE9CF2) is known color: Perfume. HEX triplet: BE, 9C and F2. RGB value is (190,156,242). Sum of RGB (Red+Green+Blue) = 190+156+242=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE9CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9CF2 is #41630D. Grayscale: #AFAFAF. Windows color (decimal): -4285198 or 15899838. OLE color: 15899838.

HSL color Cylindrical-coordinate representation of color #BE9CF2: hue angle of 263.72º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE9CF2 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 156 242 -
CMYK 0.21 0.36 0 0.05
HSL 263.72º 0.77% 0.78% -
HSV(B) 263.72º 0.36% 0.95% -
XYZ 49.15 41.13 89.35 -
YUV 175.97 165.26 138.01 -
System Red Green Blue C M Y K H S L
Decimal 190 156 242 0.21 0.36 0 0.05 263.72 0.77 0.78
Hex BE 9C F2 15 24 0 5 108 4D 4E
Octal 276 234 362 25 44 0 5 410 115 116
Binary 10111110 10011100 11110010 10101 100100 0 101 100001000 1001101 1001110

Color Harmonies of #BE9CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9CF2

Black with #BE9CF2

Text Example


Text Example

White with #BE9CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9CF2; }

 p { color: rgb(190,156,242); }

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

background-color css

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

 a { background-color: rgb(190,156,242); }

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

border-color css

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

 span { border-color: rgb(190,156,242); }

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