Html Css Color HEX #BEA9EC Melrose

📋 copy color: '#BEA9EC'

red 190 ◦ green 169 ◦ blue 236

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

Shades of Melrose #BEA9EC

Tints of Melrose #BEA9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.66%

R = 31.93%
G = 28.4%
B = 39.66%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEA9EC (or 0xBEA9EC) is known color: Melrose. HEX triplet: BE, A9 and EC. RGB value is (190,169,236). Sum of RGB (Red+Green+Blue) = 190+169+236=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEA9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA9EC is #415613. Grayscale: #B6B6B6. Windows color (decimal): -4281876 or 15509950. OLE color: 15509950.

HSL color Cylindrical-coordinate representation of color #BEA9EC: hue angle of 258.81º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEA9EC is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 169 236 -
CMYK 0.19 0.28 0 0.07
HSL 258.81º 0.64% 0.79% -
HSV(B) 258.81º 0.28% 0.93% -
XYZ 50.56 45.38 85.45 -
YUV 182.92 157.96 133.05 -
System Red Green Blue C M Y K H S L
Decimal 190 169 236 0.19 0.28 0 0.07 258.81 0.64 0.79
Hex BE A9 EC 13 1C 0 7 103 40 4F
Octal 276 251 354 23 34 0 7 403 100 117
Binary 10111110 10101001 11101100 10011 11100 0 111 100000011 1000000 1001111

Color Harmonies of #BEA9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA9EC

Black with #BEA9EC

Text Example


Text Example

White with #BEA9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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