Html Css Color HEX #BE94EC Perfume

📋 copy color: '#BE94EC'

red 190 ◦ green 148 ◦ blue 236

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

Shades of Perfume #BE94EC

Tints of Perfume #BE94EC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.78%

 BLUE value IS 236 (92.58% from 255) = 41.11%

R = 33.1%
G = 25.78%
B = 41.11%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE94EC (or 0xBE94EC) is known color: Perfume. HEX triplet: BE, 94 and EC. RGB value is (190,148,236). Sum of RGB (Red+Green+Blue) = 190+148+236=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE94EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE94EC is #416B13. Grayscale: #AAAAAA. Windows color (decimal): -4287252 or 15504574. OLE color: 15504574.

HSL color Cylindrical-coordinate representation of color #BE94EC: hue angle of 268.64º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE94EC is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 148 236 -
CMYK 0.19 0.37 0 0.07
HSL 268.64º 0.7% 0.75% -
HSV(B) 268.64º 0.37% 0.93% -
XYZ 46.97 38.18 84.25 -
YUV 170.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 190 148 236 0.19 0.37 0 0.07 268.64 0.7 0.75
Hex BE 94 EC 13 25 0 7 10D 46 4B
Octal 276 224 354 23 45 0 7 415 106 113
Binary 10111110 10010100 11101100 10011 100101 0 111 100001101 1000110 1001011

Color Harmonies of #BE94EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE94EC

Black with #BE94EC

Text Example


Text Example

White with #BE94EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE94EC; }

 p { color: rgb(190,148,236); }

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

background-color css

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

 a { background-color: rgb(190,148,236); }

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

border-color css

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

 span { border-color: rgb(190,148,236); }

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