Html Css Color HEX #BEA6FA Melrose

📋 copy color: '#BEA6FA'

red 190 ◦ green 166 ◦ blue 250

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

Shades of Melrose #BEA6FA

Tints of Melrose #BEA6FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.25%

R = 31.35%
G = 27.39%
B = 41.25%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEA6FA (or 0xBEA6FA) is known color: Melrose. HEX triplet: BE, A6 and FA. RGB value is (190,166,250). Sum of RGB (Red+Green+Blue) = 190+166+250=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEA6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA6FA is #415905. Grayscale: #B6B6B6. Windows color (decimal): -4282630 or 16426686. OLE color: 16426686.

HSL color Cylindrical-coordinate representation of color #BEA6FA: hue angle of 257.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEA6FA is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 166 250 -
CMYK 0.24 0.34 0 0.02
HSL 257.14º 0.89% 0.82% -
HSV(B) 257.14º 0.34% 0.98% -
XYZ 52.13 45.12 96.4 -
YUV 182.75 165.95 133.17 -
System Red Green Blue C M Y K H S L
Decimal 190 166 250 0.24 0.34 0 0.02 257.14 0.89 0.82
Hex BE A6 FA 18 22 0 2 101 59 52
Octal 276 246 372 30 42 0 2 401 131 122
Binary 10111110 10100110 11111010 11000 100010 0 10 100000001 1011001 1010010

Color Harmonies of #BEA6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA6FA

Black with #BEA6FA

Text Example


Text Example

White with #BEA6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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