Html Css Color HEX #BEAEF6 Melrose

📋 copy color: '#BEAEF6'

red 190 ◦ green 174 ◦ blue 246

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

Shades of Melrose #BEAEF6

Tints of Melrose #BEAEF6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.52%

 BLUE value IS 246 (96.48% from 255) = 40.33%

R = 31.15%
G = 28.52%
B = 40.33%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BEAEF6 (or 0xBEAEF6) is known color: Melrose. HEX triplet: BE, AE and F6. RGB value is (190,174,246). Sum of RGB (Red+Green+Blue) = 190+174+246=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #BEAEF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAEF6 is #415109. Grayscale: #BABABA. Windows color (decimal): -4280586 or 16166590. OLE color: 16166590.

HSL color Cylindrical-coordinate representation of color #BEAEF6: hue angle of 253.33º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEAEF6 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 174 246 -
CMYK 0.23 0.29 0 0.04
HSL 253.33º 0.8% 0.82% -
HSV(B) 253.33º 0.29% 0.96% -
XYZ 53.01 47.87 93.64 -
YUV 186.99 161.3 130.15 -
System Red Green Blue C M Y K H S L
Decimal 190 174 246 0.23 0.29 0 0.04 253.33 0.8 0.82
Hex BE AE F6 17 1D 0 4 FD 50 52
Octal 276 256 366 27 35 0 4 375 120 122
Binary 10111110 10101110 11110110 10111 11101 0 100 11111101 1010000 1010010

Color Harmonies of #BEAEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAEF6

Black with #BEAEF6

Text Example


Text Example

White with #BEAEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAEF6; }

 p { color: rgb(190,174,246); }

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

background-color css

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

 a { background-color: rgb(190,174,246); }

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

border-color css

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

 span { border-color: rgb(190,174,246); }

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