Html Css Color HEX #BEA9F1 Melrose

📋 copy color: '#BEA9F1'

red 190 ◦ green 169 ◦ blue 241

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

Shades of Melrose #BEA9F1

Tints of Melrose #BEA9F1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.17%

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

R = 31.67%
G = 28.17%
B = 40.17%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEA9F1 (or 0xBEA9F1) is known color: Melrose. HEX triplet: BE, A9 and F1. RGB value is (190,169,241). Sum of RGB (Red+Green+Blue) = 190+169+241=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 169 (66.41% from 255 or 28.17% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEA9F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA9F1 is #41560E. Grayscale: #B7B7B7. Windows color (decimal): -4281871 or 15837630. OLE color: 15837630.

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

Color convert

RGB 190 169 241 -
CMYK 0.21 0.30 0 0.05
HSL 257.5º 0.72% 0.8% -
HSV(B) 257.5º 0.3% 0.95% -
XYZ 51.3 45.67 89.33 -
YUV 183.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 190 169 241 0.21 0.30 0 0.05 257.5 0.72 0.8
Hex BE A9 F1 15 1E 0 5 102 48 50
Octal 276 251 361 25 36 0 5 402 110 120
Binary 10111110 10101001 11110001 10101 11110 0 101 100000010 1001000 1010000

Color Harmonies of #BEA9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA9F1

Black with #BEA9F1

Text Example


Text Example

White with #BEA9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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