Html Css Color HEX #BEA7F1 Melrose

📋 copy color: '#BEA7F1'

red 190 ◦ green 167 ◦ blue 241

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

Shades of Melrose #BEA7F1

Tints of Melrose #BEA7F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.3%

R = 31.77%
G = 27.93%
B = 40.3%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEA7F1 (or 0xBEA7F1) is known color: Melrose. HEX triplet: BE, A7 and F1. RGB value is (190,167,241). Sum of RGB (Red+Green+Blue) = 190+167+241=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEA7F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA7F1 is #41580E. Grayscale: #B6B6B6. Windows color (decimal): -4282383 or 15837118. OLE color: 15837118.

HSL color Cylindrical-coordinate representation of color #BEA7F1: hue angle of 258.65º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEA7F1 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 167 241 -
CMYK 0.21 0.31 0 0.05
HSL 258.65º 0.73% 0.8% -
HSV(B) 258.65º 0.31% 0.95% -
XYZ 50.93 44.94 89.21 -
YUV 182.31 161.12 133.48 -
System Red Green Blue C M Y K H S L
Decimal 190 167 241 0.21 0.31 0 0.05 258.65 0.73 0.8
Hex BE A7 F1 15 1F 0 5 103 49 50
Octal 276 247 361 25 37 0 5 403 111 120
Binary 10111110 10100111 11110001 10101 11111 0 101 100000011 1001001 1010000

Color Harmonies of #BEA7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA7F1

Black with #BEA7F1

Text Example


Text Example

White with #BEA7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA7F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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