Html Css Color HEX #BEA7F0 Perfume

📋 copy color: '#BEA7F0'

red 190 ◦ green 167 ◦ blue 240

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

Shades of Perfume #BEA7F0

Tints of Perfume #BEA7F0

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.97%

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

R = 31.83%
G = 27.97%
B = 40.2%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEA7F0 (or 0xBEA7F0) is known color: Perfume. HEX triplet: BE, A7 and F0. RGB value is (190,167,240). Sum of RGB (Red+Green+Blue) = 190+167+240=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEA7F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA7F0 is #41580F. Grayscale: #B5B5B5. Windows color (decimal): -4282384 or 15771582. OLE color: 15771582.

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

Color convert

RGB 190 167 240 -
CMYK 0.21 0.30 0 0.06
HSL 258.9º 0.71% 0.8% -
HSV(B) 258.9º 0.3% 0.94% -
XYZ 50.78 44.88 88.42 -
YUV 182.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 190 167 240 0.21 0.30 0 0.06 258.9 0.71 0.8
Hex BE A7 F0 15 1E 0 6 103 47 50
Octal 276 247 360 25 36 0 6 403 107 120
Binary 10111110 10100111 11110000 10101 11110 0 110 100000011 1000111 1010000

Color Harmonies of #BEA7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA7F0

Black with #BEA7F0

Text Example


Text Example

White with #BEA7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA7F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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