Html Css Color HEX #BEA7FE Melrose

📋 copy color: '#BEA7FE'

red 190 ◦ green 167 ◦ blue 254

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

Shades of Melrose #BEA7FE

Tints of Melrose #BEA7FE

RGB

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

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

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

R = 31.1%
G = 27.33%
B = 41.57%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BEA7FE (or 0xBEA7FE) is known color: Melrose. HEX triplet: BE, A7 and FE. RGB value is (190,167,254). Sum of RGB (Red+Green+Blue) = 190+167+254=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA7FE is #415801. Grayscale: #B7B7B7. Windows color (decimal): -4282370 or 16689086. OLE color: 16689086.

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

Color convert

RGB 190 167 254 -
CMYK 0.25 0.34 0 0.00
HSL 255.86º 0.98% 0.83% -
HSV(B) 255.86º 0.34% 1% -
XYZ 52.94 45.74 99.8 -
YUV 183.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 190 167 254 0.25 0.34 0 0.00 255.86 0.98 0.83
Hex BE A7 FE 19 22 0 0 100 62 53
Octal 276 247 376 31 42 0 0 400 142 123
Binary 10111110 10100111 11111110 11001 100010 0 0 100000000 1100010 1010011

Color Harmonies of #BEA7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA7FE

Black with #BEA7FE

Text Example


Text Example

White with #BEA7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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