Html Css Color HEX #BE9CFC Perfume

📋 copy color: '#BE9CFC'

red 190 ◦ green 156 ◦ blue 252

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

Shades of Perfume #BE9CFC

Tints of Perfume #BE9CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.09%

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

R = 31.77%
G = 26.09%
B = 42.14%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE9CFC (or 0xBE9CFC) is known color: Perfume. HEX triplet: BE, 9C and FC. RGB value is (190,156,252). Sum of RGB (Red+Green+Blue) = 190+156+252=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE9CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9CFC is #416303. Grayscale: #B0B0B0. Windows color (decimal): -4285188 or 16555198. OLE color: 16555198.

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

Color convert

RGB 190 156 252 -
CMYK 0.25 0.38 0 0.01
HSL 261.25º 0.94% 0.8% -
HSV(B) 261.25º 0.38% 0.99% -
XYZ 50.69 41.75 97.48 -
YUV 177.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 190 156 252 0.25 0.38 0 0.01 261.25 0.94 0.8
Hex BE 9C FC 19 26 0 1 105 5E 50
Octal 276 234 374 31 46 0 1 405 136 120
Binary 10111110 10011100 11111100 11001 100110 0 1 100000101 1011110 1010000

Color Harmonies of #BE9CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9CFC

Black with #BE9CFC

Text Example


Text Example

White with #BE9CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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