Html Css Color HEX #BE9FFC Perfume

📋 copy color: '#BE9FFC'

red 190 ◦ green 159 ◦ blue 252

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

Shades of Perfume #BE9FFC

Tints of Perfume #BE9FFC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.46%

 BLUE value IS 252 (98.83% from 255) = 41.93%

R = 31.61%
G = 26.46%
B = 41.93%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE9FFC (or 0xBE9FFC) is known color: Perfume. HEX triplet: BE, 9F and FC. RGB value is (190,159,252). Sum of RGB (Red+Green+Blue) = 190+159+252=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE9FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9FFC is #416003. Grayscale: #B2B2B2. Windows color (decimal): -4284420 or 16555966. OLE color: 16555966.

HSL color Cylindrical-coordinate representation of color #BE9FFC: hue angle of 260º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE9FFC is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 159 252 -
CMYK 0.25 0.37 0 0.01
HSL 260º 0.94% 0.81% -
HSV(B) 260º 0.37% 0.99% -
XYZ 51.2 42.77 97.65 -
YUV 178.87 169.27 135.94 -
System Red Green Blue C M Y K H S L
Decimal 190 159 252 0.25 0.37 0 0.01 260 0.94 0.81
Hex BE 9F FC 19 25 0 1 104 5E 51
Octal 276 237 374 31 45 0 1 404 136 121
Binary 10111110 10011111 11111100 11001 100101 0 1 100000100 1011110 1010001

Color Harmonies of #BE9FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9FFC

Black with #BE9FFC

Text Example


Text Example

White with #BE9FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9FFC; }

 p { color: rgb(190,159,252); }

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

background-color css

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

 a { background-color: rgb(190,159,252); }

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

border-color css

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

 span { border-color: rgb(190,159,252); }

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