Html Css Color HEX #BEA8EF Melrose

📋 copy color: '#BEA8EF'

red 190 ◦ green 168 ◦ blue 239

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

Shades of Melrose #BEA8EF

Tints of Melrose #BEA8EF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.14%

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

R = 31.83%
G = 28.14%
B = 40.03%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEA8EF (or 0xBEA8EF) is known color: Melrose. HEX triplet: BE, A8 and EF. RGB value is (190,168,239). Sum of RGB (Red+Green+Blue) = 190+168+239=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEA8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8EF is #415710. Grayscale: #B6B6B6. Windows color (decimal): -4282129 or 15706302. OLE color: 15706302.

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

Color convert

RGB 190 168 239 -
CMYK 0.21 0.30 0 0.06
HSL 258.59º 0.69% 0.8% -
HSV(B) 258.59º 0.3% 0.94% -
XYZ 50.82 45.18 87.7 -
YUV 182.67 159.79 133.23 -
System Red Green Blue C M Y K H S L
Decimal 190 168 239 0.21 0.30 0 0.06 258.59 0.69 0.8
Hex BE A8 EF 15 1E 0 6 103 45 50
Octal 276 250 357 25 36 0 6 403 105 120
Binary 10111110 10101000 11101111 10101 11110 0 110 100000011 1000101 1010000

Color Harmonies of #BEA8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8EF

Black with #BEA8EF

Text Example


Text Example

White with #BEA8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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