Html Css Color HEX #BEA5F0 Perfume

📋 copy color: '#BEA5F0'

red 190 ◦ green 165 ◦ blue 240

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

Shades of Perfume #BEA5F0

Tints of Perfume #BEA5F0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.73%

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

R = 31.93%
G = 27.73%
B = 40.34%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEA5F0 (or 0xBEA5F0) is known color: Perfume. HEX triplet: BE, A5 and F0. RGB value is (190,165,240). Sum of RGB (Red+Green+Blue) = 190+165+240=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEA5F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA5F0 is #415A0F. Grayscale: #B4B4B4. Windows color (decimal): -4282896 or 15771070. OLE color: 15771070.

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

Color convert

RGB 190 165 240 -
CMYK 0.21 0.31 0 0.06
HSL 260º 0.71% 0.79% -
HSV(B) 260º 0.31% 0.94% -
XYZ 50.42 44.15 88.3 -
YUV 181.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 190 165 240 0.21 0.31 0 0.06 260 0.71 0.79
Hex BE A5 F0 15 1F 0 6 104 47 4F
Octal 276 245 360 25 37 0 6 404 107 117
Binary 10111110 10100101 11110000 10101 11111 0 110 100000100 1000111 1001111

Color Harmonies of #BEA5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA5F0

Black with #BEA5F0

Text Example


Text Example

White with #BEA5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA5F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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