Html Css Color HEX #BE9AF1 Perfume

📋 copy color: '#BE9AF1'

red 190 ◦ green 154 ◦ blue 241

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

Shades of Perfume #BE9AF1

Tints of Perfume #BE9AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.32%

 BLUE value IS 241 (94.53% from 255) = 41.2%

R = 32.48%
G = 26.32%
B = 41.2%

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

#BE9AF1 (or 0xBE9AF1) is known color: Perfume. HEX triplet: BE, 9A and F1. RGB value is (190,154,241). Sum of RGB (Red+Green+Blue) = 190+154+241=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 154 (60.55% from 255 or 26.32% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE9AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9AF1 is #41650E. Grayscale: #AEAEAE. Windows color (decimal): -4285711 or 15833790. OLE color: 15833790.

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

Color convert

RGB 190 154 241 -
CMYK 0.21 0.36 0 0.05
HSL 264.83º 0.76% 0.77% -
HSV(B) 264.83º 0.36% 0.95% -
XYZ 48.67 40.41 88.45 -
YUV 174.68 165.43 138.93 -
System Red Green Blue C M Y K H S L
Decimal 190 154 241 0.21 0.36 0 0.05 264.83 0.76 0.77
Hex BE 9A F1 15 24 0 5 109 4C 4D
Octal 276 232 361 25 44 0 5 411 114 115
Binary 10111110 10011010 11110001 10101 100100 0 101 100001001 1001100 1001101

Color Harmonies of #BE9AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9AF1

Black with #BE9AF1

Text Example


Text Example

White with #BE9AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9AF1; }

 p { color: rgb(190,154,241); }

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

background-color css

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

 a { background-color: rgb(190,154,241); }

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

border-color css

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

 span { border-color: rgb(190,154,241); }

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