Html Css Color HEX #BEA6FE Melrose

📋 copy color: '#BEA6FE'

red 190 ◦ green 166 ◦ blue 254

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

Shades of Melrose #BEA6FE

Tints of Melrose #BEA6FE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.21%

 BLUE value IS 254 (99.61% from 255) = 41.64%

R = 31.15%
G = 27.21%
B = 41.64%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BEA6FE (or 0xBEA6FE) is known color: Melrose. HEX triplet: BE, A6 and FE. RGB value is (190,166,254). Sum of RGB (Red+Green+Blue) = 190+166+254=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEA6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA6FE is #415901. Grayscale: #B6B6B6. Windows color (decimal): -4282626 or 16688830. OLE color: 16688830.

HSL color Cylindrical-coordinate representation of color #BEA6FE: hue angle of 256.36º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEA6FE is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 166 254 -
CMYK 0.25 0.35 0 0.00
HSL 256.36º 0.98% 0.82% -
HSV(B) 256.36º 0.35% 1% -
XYZ 52.76 45.38 99.74 -
YUV 183.21 167.95 132.84 -
System Red Green Blue C M Y K H S L
Decimal 190 166 254 0.25 0.35 0 0.00 256.36 0.98 0.82
Hex BE A6 FE 19 23 0 0 100 62 52
Octal 276 246 376 31 43 0 0 400 142 122
Binary 10111110 10100110 11111110 11001 100011 0 0 100000000 1100010 1010010

Color Harmonies of #BEA6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA6FE

Black with #BEA6FE

Text Example


Text Example

White with #BEA6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA6FE; }

 p { color: rgb(190,166,254); }

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

background-color css

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

 a { background-color: rgb(190,166,254); }

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

border-color css

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

 span { border-color: rgb(190,166,254); }

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