Html Css Color HEX #BE9DF0 Perfume

📋 copy color: '#BE9DF0'

red 190 ◦ green 157 ◦ blue 240

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

Shades of Perfume #BE9DF0

Tints of Perfume #BE9DF0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.75%

 BLUE value IS 240 (94.14% from 255) = 40.89%

R = 32.37%
G = 26.75%
B = 40.89%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE9DF0 (or 0xBE9DF0) is known color: Perfume. HEX triplet: BE, 9D and F0. RGB value is (190,157,240). Sum of RGB (Red+Green+Blue) = 190+157+240=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE9DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9DF0 is #41620F. Grayscale: #B0B0B0. Windows color (decimal): -4284944 or 15769022. OLE color: 15769022.

HSL color Cylindrical-coordinate representation of color #BE9DF0: hue angle of 263.86º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE9DF0 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 157 240 -
CMYK 0.21 0.35 0 0.06
HSL 263.86º 0.73% 0.78% -
HSV(B) 263.86º 0.35% 0.94% -
XYZ 49.02 41.35 87.84 -
YUV 176.33 163.93 137.75 -
System Red Green Blue C M Y K H S L
Decimal 190 157 240 0.21 0.35 0 0.06 263.86 0.73 0.78
Hex BE 9D F0 15 23 0 6 108 49 4E
Octal 276 235 360 25 43 0 6 410 111 116
Binary 10111110 10011101 11110000 10101 100011 0 110 100001000 1001001 1001110

Color Harmonies of #BE9DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9DF0

Black with #BE9DF0

Text Example


Text Example

White with #BE9DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9DF0; }

 p { color: rgb(190,157,240); }

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

background-color css

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

 a { background-color: rgb(190,157,240); }

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

border-color css

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

 span { border-color: rgb(190,157,240); }

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