Html Css Color HEX #BEA8F5 Melrose

📋 copy color: '#BEA8F5'

red 190 ◦ green 168 ◦ blue 245

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

Shades of Melrose #BEA8F5

Tints of Melrose #BEA8F5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.86%

 BLUE value IS 245 (96.09% from 255) = 40.63%

R = 31.51%
G = 27.86%
B = 40.63%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BEA8F5 (or 0xBEA8F5) is known color: Melrose. HEX triplet: BE, A8 and F5. RGB value is (190,168,245). Sum of RGB (Red+Green+Blue) = 190+168+245=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 245 (96.09% from 255 or 40.63% from 603); Max value from RGB is 245 - color contains mainly: blue. Hex color #BEA8F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8F5 is #41570A. Grayscale: #B7B7B7. Windows color (decimal): -4282123 or 16099518. OLE color: 16099518.

HSL color Cylindrical-coordinate representation of color #BEA8F5: hue angle of 257.14º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEA8F5 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 168 245 -
CMYK 0.22 0.31 0 0.04
HSL 257.14º 0.79% 0.81% -
HSV(B) 257.14º 0.31% 0.96% -
XYZ 51.72 45.54 92.45 -
YUV 183.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 190 168 245 0.22 0.31 0 0.04 257.14 0.79 0.81
Hex BE A8 F5 16 1F 0 4 101 4F 51
Octal 276 250 365 26 37 0 4 401 117 121
Binary 10111110 10101000 11110101 10110 11111 0 100 100000001 1001111 1010001

Color Harmonies of #BEA8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8F5

Black with #BEA8F5

Text Example


Text Example

White with #BEA8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8F5; }

 p { color: rgb(190,168,245); }

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

background-color css

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

 a { background-color: rgb(190,168,245); }

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

border-color css

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

 span { border-color: rgb(190,168,245); }

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