Html Css Color HEX #BE9BFA Perfume

📋 copy color: '#BE9BFA'

red 190 ◦ green 155 ◦ blue 250

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

Shades of Perfume #BE9BFA

Tints of Perfume #BE9BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.02%

R = 31.93%
G = 26.05%
B = 42.02%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE9BFA (or 0xBE9BFA) is known color: Perfume. HEX triplet: BE, 9B and FA. RGB value is (190,155,250). Sum of RGB (Red+Green+Blue) = 190+155+250=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE9BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9BFA is #416405. Grayscale: #AFAFAF. Windows color (decimal): -4285446 or 16423870. OLE color: 16423870.

HSL color Cylindrical-coordinate representation of color #BE9BFA: hue angle of 262.11º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE9BFA is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 155 250 -
CMYK 0.24 0.38 0 0.02
HSL 262.11º 0.9% 0.79% -
HSV(B) 262.11º 0.38% 0.98% -
XYZ 50.21 41.29 95.77 -
YUV 176.3 169.6 137.78 -
System Red Green Blue C M Y K H S L
Decimal 190 155 250 0.24 0.38 0 0.02 262.11 0.9 0.79
Hex BE 9B FA 18 26 0 2 106 5A 4F
Octal 276 233 372 30 46 0 2 406 132 117
Binary 10111110 10011011 11111010 11000 100110 0 10 100000110 1011010 1001111

Color Harmonies of #BE9BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9BFA

Black with #BE9BFA

Text Example


Text Example

White with #BE9BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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