Html Css Color HEX #BEA9EF Melrose

📋 copy color: '#BEA9EF'

red 190 ◦ green 169 ◦ blue 239

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

Shades of Melrose #BEA9EF

Tints of Melrose #BEA9EF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.26%

 BLUE value IS 239 (93.75% from 255) = 39.97%

R = 31.77%
G = 28.26%
B = 39.97%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEA9EF (or 0xBEA9EF) is known color: Melrose. HEX triplet: BE, A9 and EF. RGB value is (190,169,239). Sum of RGB (Red+Green+Blue) = 190+169+239=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEA9EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA9EF is #415610. Grayscale: #B6B6B6. Windows color (decimal): -4281873 or 15706558. OLE color: 15706558.

HSL color Cylindrical-coordinate representation of color #BEA9EF: hue angle of 258º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEA9EF is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 169 239 -
CMYK 0.21 0.29 0 0.06
HSL 258º 0.69% 0.8% -
HSV(B) 258º 0.29% 0.94% -
XYZ 51 45.56 87.77 -
YUV 183.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 190 169 239 0.21 0.29 0 0.06 258 0.69 0.8
Hex BE A9 EF 15 1D 0 6 102 45 50
Octal 276 251 357 25 35 0 6 402 105 120
Binary 10111110 10101001 11101111 10101 11101 0 110 100000010 1000101 1010000

Color Harmonies of #BEA9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA9EF

Black with #BEA9EF

Text Example


Text Example

White with #BEA9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA9EF; }

 p { color: rgb(190,169,239); }

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

background-color css

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

 a { background-color: rgb(190,169,239); }

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

border-color css

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

 span { border-color: rgb(190,169,239); }

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