Html Css Color HEX #BEA5FE Melrose

📋 copy color: '#BEA5FE'

red 190 ◦ green 165 ◦ blue 254

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

Shades of Melrose #BEA5FE

Tints of Melrose #BEA5FE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.09%

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

R = 31.2%
G = 27.09%
B = 41.71%

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

#BEA5FE (or 0xBEA5FE) is known color: Melrose. HEX triplet: BE, A5 and FE. RGB value is (190,165,254). Sum of RGB (Red+Green+Blue) = 190+165+254=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEA5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA5FE is #415A01. Grayscale: #B6B6B6. Windows color (decimal): -4282882 or 16688574. OLE color: 16688574.

HSL color Cylindrical-coordinate representation of color #BEA5FE: hue angle of 256.85º 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 #BEA5FE is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 165 254 -
CMYK 0.25 0.35 0 0.00
HSL 256.85º 0.98% 0.82% -
HSV(B) 256.85º 0.35% 1% -
XYZ 52.58 45.01 99.68 -
YUV 182.62 168.28 133.26 -
System Red Green Blue C M Y K H S L
Decimal 190 165 254 0.25 0.35 0 0.00 256.85 0.98 0.82
Hex BE A5 FE 19 23 0 0 101 62 52
Octal 276 245 376 31 43 0 0 401 142 122
Binary 10111110 10100101 11111110 11001 100011 0 0 100000001 1100010 1010010

Color Harmonies of #BEA5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA5FE

Black with #BEA5FE

Text Example


Text Example

White with #BEA5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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