Html Css Color HEX #BEA8F1 Melrose

📋 copy color: '#BEA8F1'

red 190 ◦ green 168 ◦ blue 241

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

Shades of Melrose #BEA8F1

Tints of Melrose #BEA8F1

RGB

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

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

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

R = 31.72%
G = 28.05%
B = 40.23%

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

#BEA8F1 (or 0xBEA8F1) is known color: Melrose. HEX triplet: BE, A8 and F1. RGB value is (190,168,241). Sum of RGB (Red+Green+Blue) = 190+168+241=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEA8F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8F1 is #41570E. Grayscale: #B6B6B6. Windows color (decimal): -4282127 or 15837374. OLE color: 15837374.

HSL color Cylindrical-coordinate representation of color #BEA8F1: hue angle of 258.08º 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 #BEA8F1 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 168 241 -
CMYK 0.21 0.30 0 0.05
HSL 258.08º 0.72% 0.8% -
HSV(B) 258.08º 0.3% 0.95% -
XYZ 51.12 45.3 89.27 -
YUV 182.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 190 168 241 0.21 0.30 0 0.05 258.08 0.72 0.8
Hex BE A8 F1 15 1E 0 5 102 48 50
Octal 276 250 361 25 36 0 5 402 110 120
Binary 10111110 10101000 11110001 10101 11110 0 101 100000010 1001000 1010000

Color Harmonies of #BEA8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8F1

Black with #BEA8F1

Text Example


Text Example

White with #BEA8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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