Html Css Color HEX #BE9BEA Perfume

📋 copy color: '#BE9BEA'

red 190 ◦ green 155 ◦ blue 234

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

Shades of Perfume #BE9BEA

Tints of Perfume #BE9BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.77%

 BLUE value IS 234 (91.8% from 255) = 40.41%

R = 32.82%
G = 26.77%
B = 40.41%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE9BEA (or 0xBE9BEA) is known color: Perfume. HEX triplet: BE, 9B and EA. RGB value is (190,155,234). Sum of RGB (Red+Green+Blue) = 190+155+234=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE9BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9BEA is #416415. Grayscale: #AEAEAE. Windows color (decimal): -4285462 or 15375294. OLE color: 15375294.

HSL color Cylindrical-coordinate representation of color #BE9BEA: hue angle of 266.58º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE9BEA is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 155 234 -
CMYK 0.19 0.34 0 0.08
HSL 266.58º 0.65% 0.76% -
HSV(B) 266.58º 0.34% 0.92% -
XYZ 47.81 40.33 83.11 -
YUV 174.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 190 155 234 0.19 0.34 0 0.08 266.58 0.65 0.76
Hex BE 9B EA 13 22 0 8 10B 41 4C
Octal 276 233 352 23 42 0 10 413 101 114
Binary 10111110 10011011 11101010 10011 100010 0 1000 100001011 1000001 1001100

Color Harmonies of #BE9BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9BEA

Black with #BE9BEA

Text Example


Text Example

White with #BE9BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9BEA; }

 p { color: rgb(190,155,234); }

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

background-color css

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

 a { background-color: rgb(190,155,234); }

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

border-color css

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

 span { border-color: rgb(190,155,234); }

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